AI Bookmark Tagger Firefox

Examine source code of AI Bookmark Tagger

Inspect and view changes in AI Bookmark Tagger source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AI Bookmark Tagger",
  "version": "2.0",
  "description": "Adds AI-generated tags (Gemini, OpenAI, Anthropic, Ollama) to your bookmarks.",
  "permissions": [
    "bookmarks",
    "storage",
    "tabs",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://generativelanguage.googleapis.com/*",
    "https://api.openai.com/*",
    "https://api.anthropic.com/*"
  ],
  "optional_host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' data: https://icons.duckduckgo.com https://www.google.com;"
  },
  "background": {
    "scripts": [
      "core.js",
      "background.js"
    ]
  },
  "action": {
    "default_icon": {
      "48": "icons/tag-icon-48.png"
    },
    "default_title": "AI Bookmark Tagger",
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "icons": {
    "48": "icons/tag-icon-48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9d61efa9-8858-4bbd-8445-3b20a44cbce2}",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "bookmarksInfo",
          "browsingActivity",
          "websiteContent"
        ]
      }
    }
  }
}

Best AI Bookmark Tagger Alternatives

Here are some Firefox add-ons that are similar to AI Bookmark Tagger: