Text Summarizer Firefox

Examine source code of Text Summarizer

Inspect and view changes in Text Summarizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Text Summarizer",
  "version": "1.0",
  "description": "Create a concise summary from a long text passage",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{533e5505-128c-4233-a100-2a56131cc703}"
    }
  }
}

Best Text Summarizer Alternatives

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