ChatGPT Export to Markdown Firefox

Examine source code of ChatGPT Export to Markdown

By: J. Chik
Inspect and view changes in ChatGPT 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": "ChatGPT Export to Markdown",
  "version": "1.0.0",
  "description": "Export ChatGPT conversations to Markdown.",
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpt-export-md@edarit1668",
      "strict_min_version": "109.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "host_permissions": [
    "https://chat.openai.com/*",
    "https://chatgpt.com/*"
  ]
}

Best ChatGPT Export to Markdown Alternatives

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