Hyper Mode for your Conversations. Export Google AI Studio chats to MD, PDF, JSON, or TXT with a state-of-the-art interface.
This isn't just a tool; it's a premium experience. This exporter features a cutting-edge Ultra-Dark Carbon Fiber aesthetic with Glassmorphism overlays, making it the most sophisticated exporter for Google AI Studio.
- Premium Design System: Glassmorphism UI with internal shimmer effects, bold typography (Inter), and high-gloss controls.
- Smart Data Extraction: A self-contained heuristic engine that identifies user/model messages even in dynamic, obfuscated DOMs.
- Reasoning Toggle: Choose whether to include the model's "Thinking" blocks in your exports—perfect for Obsidian knowledge bases.
- Multi-Format Support:
- Markdown (.md): Optimized for Obsidian with proper syntax highlighting.
- PDF (.pdf): High-quality, client-side generated documents.
- JSON (.json): Structured raw data for developers.
- Plain Text (.txt): Quick, no-nonsense text dumps.
- Connection Stability: Built-in smart monitors to detect and fix communication gaps with the browser via a dedicated Refresh helper.
The extension is officially published on the Chrome Web Store:
If you prefer to build from source or want to contribute:
-
Clone & build:
git clone https://github.com/DVRK-ORG/ai-studio-exporter.git cd ai-studio-exporter npm install npm run build -
Open Extensions: Navigate to
chrome://extensions/in Google Chrome. -
Enable Developer Mode: Toggle the switch in the top-right corner.
-
Load Unpacked: Click "Load unpacked" and select the
distfolder inside this project directory. -
Activate: Open Google AI Studio and refresh the page (F5).
- Framework: React 18 + TypeScript
- Bundler: Vite (Multi-entry for Popup & Content Scripts)
- Styling: Tailwind CSS + Pure CSS Refinements
- Icons: Lucide React
- Export Engines: jsPDF & DOM-to-Text Heuristics
- 🌐 Website: ai-exporter.pro
- 🏪 Chrome Web Store: Install Extension
- 📜 Changelog: changelog.md

