Export ChatGPT

Export ChatGPT

Export your ChatGPT threads in the Markdown format with the'Export ChatGPT' extension. this tool is a must-have for ChatGPT users.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Export ChatGPT",
  "description": "Export your ChatGPT threads in the Markdown format with the'Export ChatGPT' extension. this tool is a must-have for ChatGPT users.",
  "version": "0.15",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "matches": [
        "https://chat.openai.com/chat"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{639e4fdc-9372-4a75-a571-56758ca027d5}"
    }
  }
}