Exports Google Gemini chats to Markdown. Captures "Show Thinking", auto-detects model names, and loads full history.
Exports complete Google Gemini conversations into a clean, well-structured Markdown file. The script is designed to handle modern Gemini features such as reasoning models, shown thinking blocks, and dynamically loaded chat history.
🧠 Shown Thinking support Captures and exports visible “Show Thinking” sections. Thinking and final responses are clearly separated using headers and separators.
🤖 Automatic model detection Detects the exact Gemini model used for each message directly from the UI (e.g., Model: Thinking, Model: 3 Pro). No manual input is required.
📜 Full conversation loading Automatically scrolls the chat to the beginning to ensure the entire history is included in the export.
📝 Clean Markdown output Preserves code blocks, links, and text formatting. Includes a table of contents and editor-friendly spacing (optimized for Notepad++).
All processing happens locally in your browser.