Gemini AI Chat Exporter Firefox

Examine source code of Gemini AI Chat Exporter

By: Magnus Add-on
Inspect and view changes in Gemini AI Chat Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Gemini AI Chat Exporter",
  "version": "1.0",
  "description": "Export Gemini chats to structured Markdown, HTML, Text, and JSON.",
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "https://gemini.google.com/*"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://gemini.google.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gemini-exporter@myself.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Gemini AI Chat Exporter Alternatives

Here are some Firefox add-ons that are similar to Gemini AI Chat Exporter: