Gemini Bookmarks Firefox

Examine source code of Gemini Bookmarks

By: nrednav
Inspect and view changes in Gemini Bookmarks source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "1.2.0",
  "manifest_version": 2,
  "name": "Gemini Bookmarks",
  "browser_specific_settings": {
    "gecko": {
      "id": "{ed3a4a46-9add-4417-a77f-ad0f28102357}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "description": "Bookmark, tag, and quickly find important responses in your Google Gemini conversations.",
  "default_locale": "en",
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "src/options/options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://gemini.google.com/*"
      ],
      "js": [
        "src/main.js",
        "src/options/options.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}

Best Gemini Bookmarks Alternatives

Here are some Firefox add-ons that are similar to Gemini Bookmarks: