
I built a Chrome extension to export DeepSeek chats to PDF, Word, Markdown, Google Docs & Notion
I use DeepSeek a lot for coding, documentation, research, and writing — but exporting conversations was always messy.
Copy-paste usually breaks:
- code blocks
- tables
- formatting
- markdown structure
So I built a Chrome extension called DeepSeek Exporter.
Features:
- Export entire chats or selected messages
- Export to PDF, Word (.docx), Markdown, Google Docs & Notion
- Preserve code blocks and formatting
- Direct Notion database export
- Custom fonts, colors, alignment & styling
- Filter prompts / responses before export
One thing I focused heavily on was keeping Markdown clean for developer workflows (Obsidian, README files, MkDocs, etc.).
Some surprisingly difficult parts were:
- nested code blocks
- markdown parsing
- consistent table conversion
- keeping layouts clean across PDF/Word/Docs
Would love feedback from developers and heavy AI users.
Chrome extension:
https://chromewebstore.google.com/detail/chat-exporter-for-deepsee/kmdnohdgmhkddohbggikkapnahhddepn
What export format or integration would you want next?
u/Clear-Layer5547 — 7 hours ago