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

2作者: backrun大约 1 个月前原帖
我开发了一个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