我制作了一个 Chrome 扩展程序,用于导出整个 Gemini 聊天记录。

2作者: backrun5 个月前
我开发了一个 Chrome 扩展程序,可以更方便地将 Gemini 对话导出为真正可用于工作的格式。 我遇到的主要问题是,从 Gemini 复制内容到文档比预想的要麻烦。长篇聊天、列表、代码块和结构化答案在分享或重复使用之前,通常需要清理。 所以我制作了一个工具,只需点击几下,就可以导出选定的消息或整个 Gemini 聊天记录。输出可以保存为 PDF、Word DOCX、Google Docs 或 Notion,具体取决于您下一步想做什么。 我还添加了一些基本的格式控制,如字体、字号和文本颜色,因为我经常希望导出的内容在发送给其他人或作为内部笔记保存之前看起来更一致。 我设想的几个工作流程: - 将完整的 Gemini 线程导出为 PDF 以供分享或归档 - 将 Gemini 输出转换为可编辑的 Word 文档 - 将对话发送到 Google Docs 进行协作 - 将有用的聊天记录移动到 Notion 中进行文档记录或知识管理 该扩展程序支持部分导出和完整线程导出,因此无论您是想保存对话的一小部分,还是需要一个无需复制粘贴的 Gemini 导出整个聊天记录的工作流程,它都能满足您的需求。 >> 网站:https://backrun.co/gemini-exporter >> Chrome 扩展程序:https://chromewebstore.google.com/detail/gemini-exporter-save-gemi/lgipeakgdkcgnkdljeagconfbfeolidj 我希望收到关于以下方面的反馈: - 较长对话的格式质量 - 代码块、列表和标题的处理 - 在实际工作流程中,哪个导出目标最有用
查看原文
I built a Chrome extension to make it easier to export Gemini conversations into formats that are actually usable for work.<p>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.<p>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.<p>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.<p>A few workflows I had in mind:<p>- exporting a full Gemini thread to PDF for sharing or archiving<p>- turning Gemini output into an editable Word document<p>- sending a conversation to Google Docs for collaboration<p>- moving useful chats into Notion for documentation or knowledge management<p>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.<p>&gt;&gt; Website: https:&#x2F;&#x2F;backrun.co&#x2F;gemini-exporter &gt;&gt; Chrome extension: https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;gemini-exporter-save-gemi&#x2F;lgipeakgdkcgnkdljeagconfbfeolidj<p>I’d love feedback on:<p>- formatting quality for longer conversations<p>- handling of code blocks, lists, and headings<p>- which export destination is most useful in real workflows