Page Summarizer New Firefox

Examine source code of Page Summarizer New

Inspect and view changes in Page Summarizer New source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Page Summarizer",
  "version": "1.0",
  "description": "Summarize webpage content and save summaries with a shortcut or popup.",
  "permissions": [
    "activeTab",
    "storage",
    "commands",
    "clipboardWrite"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "commands": {
    "summarize-page": {
      "suggested_key": {
        "default": "Ctrl+Shift+S"
      },
      "description": "Summarize the current page"
    }
  },
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "page-summarizer@myextension.com"
    }
  }
}

Best Page Summarizer New Alternatives

Here are some Firefox add-ons that are similar to Page Summarizer New: