Text Summarizer with Pegasus Firefox

Examine source code of Text Summarizer with Pegasus

Inspect and view changes in Text Summarizer with Pegasus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Text Summarizer with Pegasus",
  "version": "1.0.0",
  "description": "Summarize selected text using Google's Pegasus XSum model",
  "permissions": [
    "contextMenus",
    "storage",
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{46f2308c-096f-42f3-bc6e-e3bca62fbbf1}"
    }
  }
}

Best Text Summarizer with Pegasus Alternatives

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