ChatGPT Markdown Exporter by devcxl
Export ChatGPT conversations as Markdown files. Supports single and batch export, with code blocks, math formulas, and multimodal placeholders.
226 Users226 Users
Extension Metadata
About this extension
A browser extension that exports ChatGPT conversations as Markdown files. Features:
Open source (MIT): https://github.com/devcxl/chatgpt-markdown-exporter
- One-click export of the current ChatGPT conversation
- Batch export of multiple conversations
- Direct
.mddownload for a single conversation without attachments - Fetches data via ChatGPT backend API (not DOM scraping)
- Preserves User/Assistant role labels, code blocks, and math formulas
- Preserves multimodal content placeholders (images, audio)
- Preserves web reference links
- Supports shared conversation page export
- Manifest V3, compatible with Chrome and Firefox
Open source (MIT): https://github.com/devcxl/chatgpt-markdown-exporter
Rated 4 by 4 reviewers
Permissions and data
Required permissions:
- Download files and read and modify the browser’s download history
- Access your data for chatgpt.com
- Access your data for chat.openai.com
More information
- Add-on Links
- Version
- 0.3.1
- Size
- 39.74 KB
- Last updated
- 12 days ago (Sep 12, 2026)
- Related Categories
- License
- MIT License
- Version History
- Add to collection
The extension is written in TypeScript, bundled with WXT (Vite). The source archive uploaded with each submission contains the full source;
pnpm install && pnpm build:firefoxreproduces the packaged extension.