Claude Chat Exporter Firefox

Examine source code of Claude Chat Exporter

Inspect and view changes in Claude Chat Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Claude Chat Exporter",
  "version": "2.5.1",
  "description": "Export Claude.ai conversations to Markdown, JSON, or HTML — with artifact & thinking block support",
  "author": "Custom Build",
  "browser_specific_settings": {
    "gecko": {
      "id": "claude-chat-exporter@custom-build.local",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "48": "icon.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "js": [
        "exporter.js",
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "activeTab"
  ]
}

Best Claude Chat Exporter Alternatives

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