Google AI Studio is a powerful playground, but it lacks a native way to export or share your work and Copy-pasting breaks code blocks, ruins tables, and drags in Gemini's internal thinking logs. Chat Exporter fixes this with one click. Export any conversation to clean Markdown, a print-ready PDF with syntax highlighting, or structured JSON. Everything runs locally in your browser. Just install and export.
Hey Product Hunt!, I'm Rajat 👋
I actively use Google AI Studio almost every day. The thing that kept frustrating me was simple, there's no way to save or export anything. Every time I copy-pasted a conversation, it would break my code block indentation, mangle the tables, and dump all of Gemini's internal "thinking" logs into my docs.
So I built this free Chrome Extension for community to fix this problem for all.
The interesting technical challenge was that AI Studio uses a virtualized scroller with nested Shadow DOMs : meaning half your conversation literally doesn't exist in the DOM at any given moment. I had to build a scroll orchestrator that forces the framework to mount hidden chunks before parsing everything into an AST.
It export Google AI Studio chats to
- Beautiful, Print Ready PDFs (with syntax highlighting, tables, etc).
- Markdown (or directly one click copy as md).
- JSON
Free forever. No account. No server. Just install and export
Your conversations will never leave your device.`
Still actively improving it — would love to know if anyone hits edge cases where table formatting breaks or long conversations get cut off. That feedback is genuinely useful.