
Chat Exporter for Google AI Studio
Export AI Studio chats to beautiful PDF, Markdown & JSON
13 followers
Export AI Studio chats to beautiful PDF, Markdown & JSON
13 followers
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.









This is part of the Alpha Day debut. I'd love to hear from other devs how you currently document your Google AI Studio conversations.
@rajatxr Hi. Exports chats to PDF/Markdown/JSON = does it keep the formatting nice?🧐
Super handy! Does it handle long multi-turn conversations well or hit any limits?
@daniel_rachlin Great question Daniel! It actually handles long conversations really well and that was one of the trickiest parts to build. Google AI Studio uses a Angular virtualized scroller so long conversations aren't fully loaded in the DOM at once. The extension scrolls through everything automatically to capture every message before exporting. Tested it on 200K+ Tokens message conversations without issues. Would love to hear if you hit any edge cases though!
ProdShort
I just checked your video, I m impressed how clean it export PDF. I was expecting something ugly as PDF always are !
Congrats on the launch
@bengeekly Thanks so much for the kind words! You hit on exactly why I built this, I was tired of tools that just take a messy screenshot of the page.
Most exporters treat PDFs as an afterthought, but I built a custom HTML-to-PDF engine for this extension to ensure that code blocks stay indented and tables don't break across pages. I wanted the export to look like a professional document, not a screen snip!
Did you get a chance to see the Dark Mode PDF version? That was a highly requested feature from the dev community.
Curious to hear, what’s your main use case for Google AI Studio right now? Are you documenting prompts or just exporting them to share with other team members ?