Gemini Exporter – Export Gemini Chat to PDF, Word, and Notion in One Click
Every time I finished a long research session or drafted something in Gemini, I had to manually copy-paste everything and reformat it. Headings broke, code blocks turned into plain text, and the whole thing looked messy.
So I built an exporter that actually preserves structure.
What it does: - Export Gemini chat to Word (DOCX) – preserves headings, lists, code blocks as editable text - Export Gemini chat to PDF – useful for archiving, sharing with clients, or compliance - Export to Google Docs – for team collaboration without downloading files - Send chat to Notion – great for building knowledge bases or project docs - Choose to export a selected conversation or the full chat history - Set font, size, and text color before exporting
Why I built it: Most AI chat tools lack native export. ChatGPT at least lets you download a JSON. Gemini gives you nothing. As someone who uses Gemini heavily for writing drafts and research, the friction of "how do I get this out of the browser?" was real enough to justify building a fix.
Technical notes: The extension reads the DOM on gemini.google.com, parses the conversation structure, and routes it to either a local file generator (DOCX/PDF via client-side libraries) or the respective API (Google Docs / Notion). No chat data is sent to any third-party server. Export happens entirely in your browser for Word and PDF.
Would love feedback on edge cases, especially around code-heavy chats and multi-turn conversations with lots of nested formatting.
>> Install: https://chromewebstore.google.com/detail/gemini-exporter-save-gemi/lgipeakgdkcgnkdljeagconfbfeolidj
>> Website: https://backrun.co/gemini-exporter
3 comments
[ 2.1 ms ] story [ 20.2 ms ] threadGreat Gemini Exporter Chrome Extension
Gemini Exporter came from the exact same frustration, so it is great to hear it helped you. For anyone who wants to try it, here is the extension: https://chromewebstore.google.com/detail/gemini-exporter-sav...
Really appreciate the support, and I would love to hear any feedback as you keep using Gemini Exporter, especially on longer chats or code-heavy conversations.