ChatGPT Export - Markdown & HTML Firefox

Examine source code of ChatGPT Export - Markdown & HTML

Inspect and view changes in ChatGPT Export - Markdown & HTML source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Export - Markdown & HTML",
  "version": "1.0.1",
  "description": "Export ChatGPT conversations in Markdown format : copy and paste result in your favorite Markdown software (obsidian, joplin...).   You can also create a HTML file. Perfect to export or backup your curent ChatGPT. Made with love by Greg SEO, enjoy !",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "storage",
    "https://chat.openai.com/*",
    "https://chatgpt.com/*"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "ChatGPT Backup & Export",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1b44de63-d607-4fd5-b383-f6775763cd47}"
    }
  }
}

Best ChatGPT Export - Markdown & HTML Alternatives

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