Free Chrome Extension

    Export Google AI Studio Conversations Beautifully.

    One click to save any Google AI Studio chat as a perfectly formatted PDF, Markdown, or JSON file. Download and keep your AI conversations locally — fully private, no servers, no cloud.

    Local only · No data leaves your browser · No account required

    Google AI Studio Chat Exporter extension popup showing PDF, Markdown, and JSON export options with dark mode toggle and progress bar

    Everything you need to keep your AI work.

    Google AI Studio Chat Exporter is a free Chrome extension that exports Google AI Studio conversations to PDF, Markdown, and JSON files. All processing happens locally in the browser — no data is sent to any server.

    Three Export Formats

    Export to PDF, Markdown, or JSON. Choose your format with one click — each optimized for its use case.

    Copy as Markdown

    Skip the file entirely. One click copies the full conversation as Markdown — paste straight into Notion, Obsidian, or GitHub.

    Auto-Title Filenames

    Files are named from your first message. No more "untitled-export-37.pdf" — get meaningful names automatically.

    Dark Mode PDF

    Export PDFs with a dark background and light text that matches AI Studio's aesthetic. Code blocks, headers, all tuned.

    100% Private

    No server, no API calls, no analytics, no account. Your conversations are processed entirely in your browser and never leave your device.

    Full Conversation Capture

    AI Studio uses virtual rendering. The extension performs an intelligent multi-pass scroll to capture every turn — even in 100+ message chats.

    Three steps. Seconds.

    1

    Open AI Studio

    Navigate to any conversation in Google AI Studio (aistudio.google.com).

    2

    Click the Extension

    Click the Chat Exporter icon in your Chrome toolbar. Pick your format and options.

    3

    Export

    Hit Export Now or Copy. Your file downloads instantly — or it's in your clipboard. Runs in under 3 seconds for most chats.

    Pick the format that fits your workflow.

    📄 PDF

    Beautiful, shareable, ready to send.

    Gemini 3.1 Pro

    Here's a Python function that handles pagination efficiently:

    def paginate(items, page=1, size=20):
    start = (page - 1) * size
    return items[start:start+size]

    Supports dark mode, code blocks, tables, inline formatting, and system instructions.

    📝 Markdown

    Perfect for pasting into Obsidian, Notion, or any Markdown editor.

    ### User

    How do I handle API rate limits?

    ---

    ### Gemini 3.1 Pro

    Implement exponential backoff with

    jitter. Here's a pattern...

    Paste directly into any markdown editor. Works with Copy as Markdown for instant clipboard access.

    { } JSON

    Use exported JSON to feed into Python scripts, analysis tools, or AI pipelines.

    {

    "role": "model",

    "content": "Use retry...",

    "model": "gemini-2.5-pro",

    "systemInstruction": "..."

    }

    Pipe into scripts, LLM pipelines, or databases. Structured and machine-readable.

    Frequently Asked Questions