Selected Text Summarizer Firefox

Examine source code of Selected Text Summarizer

Inspect and view changes in Selected Text Summarizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Selected Text Translator & Summarizer",
  "version": "1.0.0",
  "description": "Translates selected text to English and summarizes it from the right-click menu/Ctrl+Alt+Q shortcut.",
  "developer": {
    "name": "lowkeygud"
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "notifications",
    "https://generativelanguage.googleapis.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "summarize-selection": {
      "suggested_key": {
        "default": "Ctrl+Alt+Q"
      },
      "description": "Translate and summarize selected text"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true,
    "browser_style": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "selected-text-summarizer@lowkeygud",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  }
}

Best Selected Text Summarizer Alternatives

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