Quick Page Summary Firefox

Examine source code of Quick Page Summary

Inspect and view changes in Quick Page Summary source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quick Page Summary",
  "version": "2.0",
  "description": "Quickly summarize any web page content",
  "icons": {
    "48": "icon.svg"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "notifications",
    "*://api.cerebras.ai/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "commands": {
    "summarize-page": {
      "suggested_key": {
        "default": "Ctrl+Q"
      },
      "description": "Summarize current page"
    }
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Quick Page Summary"
  },
  "web_accessible_resources": [
    "Frutiger.ttf",
    "Frutiger_bold.ttf"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "grok-page-summarizer@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Quick Page Summary Alternatives

Here are some Firefox add-ons that are similar to Quick Page Summary: