Ollama Page Summarizer Firefox

Examine source code of Ollama Page Summarizer

By: Vezuve
Inspect and view changes in Ollama Page Summarizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Summarizer",
  "version": "1.0",
  "description": "Résume n'importe quelle page web avec Ollama",
  "browser_specific_settings": {
    "gecko": {
      "id": "page-summarizer@plugin",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "http://localhost/*"
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Ollama Page Summarizer Alternatives

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