AI Text Summarizer for Notes Firefox

Examine source code of AI Text Summarizer for Notes

By: Rene
Inspect and view changes in AI Text Summarizer for Notes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extension_name__",
  "version": "1.0.0",
  "description": "__MSG_extension_description__",
  "default_locale": "en",
  "permissions": [
    "storage",
    "contextMenus",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://api.openai.com/",
    "https://flomoapp.com/"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-chat-summarizer@gemini.dev"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png",
    "512": "icons/icon512.png"
  }
}

Best AI Text Summarizer for Notes Alternatives

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