Ollama Web Extension Firefox

Examine source code of Ollama Web Extension

By: Abhay
Inspect and view changes in Ollama Web Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Ollama Universal Extension",
  "version": "1.0.3",
  "description": "An extension to interact with a local Ollama LLM.",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "js/background.bundle.js"
    ]
  },
  "icons": {
    "48": "icon01.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon01.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.bundle.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "js/bridge.bundle.js"
  ],
  "externally_connectable": {
    "matches": [
      "<all_urls>"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ollama-llm-extension@firefox.user"
    }
  }
}

Best Ollama Web Extension Alternatives

Here are some Firefox add-ons that are similar to Ollama Web Extension: