AI Summarize Firefox

Examine source code of AI Summarize

By: Dibisui
Inspect and view changes in AI Summarize source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AI Page Summarizer",
  "version": "1.0",
  "description": "One-click AI summarizer using Google AI Studio API with dark theme UI",
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-page-summarizer@example.com"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "contextMenus"
  ],
  "host_permissions": [
    "https://generativelanguage.googleapis.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "AI Summarizer Settings"
  },
  "icons": {
    "16": "icons/icon.png",
    "32": "icons/icon.png",
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  }
}

Best AI Summarize Alternatives

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