ChatGPT to Markdown Firefox

Examine source code of ChatGPT to Markdown

Inspect and view changes in ChatGPT to Markdown source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT to Markdown",
  "version": "3.1",
  "description": "Convert ChatGPT, Claude.ai, Mistral conversations to Markdown files",
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*",
        "https://www.claude.ai/*",
        "https://claude.ai/*",
        "https://chat.mistral.ai/*"
      ],
      "js": [
        "contentscript.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "https://chat.openai.com/*",
    "https://www.claude.ai/*",
    "https://claude.ai/*",
    "https://chat.mistral.ai/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0e0ba969-893d-4d53-8848-0472f7e1f15e}"
    }
  }
}

Best ChatGPT to Markdown Alternatives

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