myLLMSummarizer Firefox

Examine source code of myLLMSummarizer

By: Airaa
Inspect and view changes in myLLMSummarizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "myLLMSummarizer",
  "version": "1.0.0",
  "description": "Summarize selected text using your custom LLM server",
  "browser_specific_settings": {
    "gecko": {
      "id": "myllmsummarizer@airaa"
    }
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "action": {
    "default_title": "myLLMSummarizer Settings"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}

Best myLLMSummarizer Alternatives

Here are some Firefox add-ons that are similar to myLLMSummarizer: