AI Content Summarizer Firefox

Examine source code of AI Content Summarizer

Inspect and view changes in AI Content Summarizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AI Content Summarizer",
  "version": "1.2",
  "description": "Summarize webpage or selected content using AI. Save and manage summaries.",
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2430a1b6-4532-4337-893b-68767cebb50b}"
    }
  }
}

Best AI Content Summarizer Alternatives

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