Claude Export to Markdown Firefox

Examine source code of Claude Export to Markdown

Inspect and view changes in Claude Export to Markdown source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Claude to Markdown",
  "version": "0.0.1",
  "description": "Exports Claude chat conversations as Markdown",
  "homepage_url": "https://abhimanyusikarwar.com/posts/export_claude_chat_to_markdown",
  "browser_specific_settings": {
    "gecko": {
      "id": "{8db715b1-5996-44f9-a328-df0cec45cecf}",
      "strict_min_version": "110.0"
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "webRequestFilterResponse",
    "alarms",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "*://*.claude.ai/*"
  ],
  "options_ui": {
    "page": "pages/options.html",
    "open_in_tab": false
  },
  "content_security_policy": {
    "extension_pages": "default-src 'none'; script-src 'self'; style-src 'self'; img-src 'self' data:; connect-src 'self' https://api.github.com https://claude.ai; font-src 'self'; object-src 'none'; media-src 'none'; frame-src 'none'; base-uri 'none'; form-action 'none'"
  },
  "background": {
    "scripts": [
      "src/background/background-firefox.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://claude.ai/*"
      ],
      "js": [
        "src/shared/markdown-builder.js",
        "src/content/download-button.js",
        "src/content/bulk-export.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "action": {
    "default_popup": "pages/popup.html",
    "default_icon": "icons/icon.svg",
    "theme_icons": [
      {
        "light": "icons/icon.svg",
        "dark": "icons/icon.svg",
        "size": 32
      }
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "src/shared/markdown-builder.js"
      ],
      "matches": [
        "*://claude.ai/*"
      ]
    }
  ]
}

Best Claude Export to Markdown Alternatives

Here are some Firefox add-ons that are similar to Claude Export to Markdown: