Ollama Article Summarizer Firefox

Examine source code of Ollama Article Summarizer

By: Booley
Inspect and view changes in Ollama Article Summarizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Ollama Article Summarizer",
  "version": "1.3.0",
  "description": "Summarize any webpage article using your local Ollama server",
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "*://api.endo86.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "browser_action": {
    "default_title": "Toggle Ollama Summarizer",
    "default_icon": {
      "48": "icons/icon48.png"
    }
  },
  "web_accessible_resources": [
    "sidebar.html",
    "src/popup.js",
    "icons/*.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ollama-summarizer@endo86.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Ollama Article Summarizer Alternatives

Here are some Firefox add-ons that are similar to Ollama Article Summarizer: