Hi everyone,
I’ve been spending a lot of time in Google AI Studio lately for prototyping. One thing that consistently frustrated me was the lack of a native way to export or share conversations to others or to keep as for documentation or for use in LLM pipelines (like Obsidian or Notion).
When I tried to copy-paste manually, code blocks often lost their indentation, tables became unreadable, and the model’s internal reasoning (Thoughts) would get mixed in with the final output.
To fix this, I built a lightweight Chrome extension: Chat Exporter for Google AI Studio. It’s 100% free and built with a “Privacy-First” approach.
Key Features:
-
Rich Markdown & JSON: Perfect for developers and technical documentation.
-
Formatted PDFs: Clean, readable exports with syntax highlighting and Dark Mode support.
-
Auto-Strips Model ‘Thoughts’: Uses a custom filter to remove internal reasoning blocks so your exports stay clean.
-
100% Local: No data is ever sent to an external server. The processing happens entirely in your browser.
I’m sharing it here hoping it saves you guys as much time as it’s saved me. I’d love to hear your feedback or any feature requests you have for future updates!
Give it a try: Add to Chrome (from Official Chrome Web Store)
For more details: Project Website