Gemini Chat Exporter - PDF, Markdown & NotebookLM Firefox

Examine source code of Gemini Chat Exporter - PDF, Markdown & NotebookLM

Inspect and view changes in Gemini Chat Exporter - PDF, Markdown & NotebookLM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "homepage_url": "https://github.com/iplaysoft/gemini_chat_exporter",
  "version": "1.0.0",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "src/popup/index.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    }
  },
  "options_ui": {
    "page": "src/options/index.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background-loader.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://gemini.google.com/*"
      ],
      "js": [
        "content-loader.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "tabs",
    "clipboardWrite",
    "downloads"
  ],
  "host_permissions": [
    "https://gemini.google.com/*",
    "https://*.googleusercontent.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gemini_chat_exporter@iplaysoft.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' data: blob: https://gemini.google.com https://*.googleusercontent.com"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "content.js",
        "pdf-renderer.html"
      ],
      "matches": [
        "https://gemini.google.com/*"
      ]
    }
  ]
}

Best Gemini Chat Exporter - PDF, Markdown & NotebookLM Alternatives

Here are some Firefox add-ons that are similar to Gemini Chat Exporter - PDF, Markdown & NotebookLM: