The main problem I ran into was that copying content from Gemini into documents was more tedious than it should be. Long chats, lists, code blocks, and structured answers often needed cleanup before they could be shared or reused.
So I made a tool that lets you export either selected messages or an entire Gemini chat in a few clicks. The output can be saved as PDF, Word DOCX, Google Docs, or Notion, depending on what you want to do next.
I also added a few basic formatting controls like font family, font size, and text color, since I often wanted exports to look a bit more consistent before sending them to someone else or keeping them as internal notes.
A few workflows I had in mind:
- exporting a full Gemini thread to PDF for sharing or archiving
- turning Gemini output into an editable Word document
- sending a conversation to Google Docs for collaboration
- moving useful chats into Notion for documentation or knowledge management
The extension supports both partial export and full-thread export, so it works whether you want to save a small part of a conversation or need a gemini export entire chat workflow without copy-paste.
>> Website: https://backrun.co/gemini-exporter >> Chrome extension: https://chromewebstore.google.com/detail/gemini-exporter-save-gemi/lgipeakgdkcgnkdljeagconfbfeolidj
I’d love feedback on:
- formatting quality for longer conversations
- handling of code blocks, lists, and headings
- which export destination is most useful in real workflows