Gemini Bottom Copy Button Firefox

Examine source code of Gemini Bottom Copy Button

By: hakanct Add-on
Inspect and view changes in Gemini Bottom Copy Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Gemini Bottom Copy Button",
  "version": "1.0.4",
  "description": "Adds a copy button to the bottom of code blocks on the Gemini AI chatbot site.",
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://gemini.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gemini-bottom-copy-button@hakancantonoglu.com"
    }
  }
}

Best Gemini Bottom Copy Button Alternatives

Here are some Firefox add-ons that are similar to Gemini Bottom Copy Button: