Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
AI Chat Exporter and Printer 预览

AI Chat Exporter and Printer 作者: nuncaeslupus

Export and print ChatGPT, Claude and Gemini conversations to PDF, Markdown, Word and other formats. Preserve code artifacts, web citations, images, and formatting.

4(2 条评价)4(2 条评价)
53 个用户53 个用户
下载 Firefox 并安装扩展
下载文件

扩展元数据

屏幕截图
Main coverBannerMain screen.FormatsPairs selection.Export options.Settings.
关于此扩展
Export your AI conversations with professional formatting. AI Chat Exporter makes it easy to save and share your conversations with ChatGPT, Claude and Gemini in multiple formats.

✨ What's New in v1.3.0

Choose Your Language:

• A new setting pins the language of the extension and of the files it exports, instead of always following your browser. It defaults to "Browser language", so nothing changes unless you pick one

Fixes:

• Claude conversations export correctly again. A change to claude.ai's page structure could make the extension report the page as unsupported, or export it as empty
• The popup no longer opens with the Export button looking half-pressed
• Submenus now have a single way back — the header chevron — instead of two controls doing the same thing

🎯 Key Features

Multiple Export Formats:

• Six formats to choose from, including PDF, Markdown and Word
• Code highlighting, images, tables and math are kept in every one
• Page numbers and print-ready pagination where the format supports it

Multiple Access Methods:

• Extension toolbar icon with popup interface
• Right-click context menus for quick access ⚡ NEW!
• Keyboard shortcut (Ctrl+Shift+E / Cmd+Shift+E)

Print Support:

• Opens the conversation in a new tab and raises the browser print dialog
• Print-friendly formatting
• Available for every format except Word
• Quick access via context menu ⚡ NEW!

Rich Content Preservation:

• Code blocks with syntax highlighting (JavaScript, Python, TypeScript, etc.)
• Mathematical formulas, kept as their LaTeX source
• Images and visual content, embedded in the file or linked, depending on the format
• Tables and lists with formatting
• Web citations with links, titles, and source domains (ChatGPT)
• Code artifacts from ChatGPT and Claude responses

Multi-Language Interface:

• English, Spanish, French, German, Italian, Portuguese, Catalan
• Automatic language detection
• Localized user interface and messages

🌐 Supported Platforms

ChatGPT (chat.openai.com, chatgpt.com)
• Full conversation export
• Code artifacts extraction (React, JavaScript, CSS, SVG, etc.)
• Web search results and citations
• Image preservation

Claude (claude.ai)
• Conversation export
• Artifact contents, fetched from Claude's own API with your existing session
• Image preservation

Gemini (gemini.google.com)
• Full conversation export
• The model's thinking panel and action bars are left out of the export
• Rendered maths preserved as LaTeX source

🔒 Privacy & Security

• No Data Collection - The extension has no backend. We never see, store, or receive your conversations
• No Tracking - No analytics, no telemetry
• Local Processing - Reading the page, formatting the export, and generating the file all happen in your browser
• No Third Parties - The extension sends nothing to any third party. Its only network requests go to the chat provider whose page you are already on: claude.ai's own API (using your existing session) to fetch Claude conversation data, and, for PDF exports, the images already in your conversation so they can be embedded in the file. See our Privacy Policy for details.
• Open Source - Full transparency with publicly available source code
• No Account Required - Works immediately, no sign-up needed

📋 How to Use

Method 1: Extension Popup
1. Navigate to ChatGPT, Claude or Gemini
2. Click the AI Chat Exporter icon in your toolbar
3. Choose your preferred export format
4. Click "Export" and your formatted conversation downloads immediately (the whole conversation is exported)

Method 2: Right-Click Context Menu ⚡ NEW!
1. Navigate to ChatGPT, Claude or Gemini
2. Right-click anywhere on the page
3. Hover over "Export" or "Print" in the context menu
4. Select your desired format from the submenu
5. Your conversation is instantly exported or sent to the printer

Method 3: Keyboard Shortcut
• Press Ctrl+Shift+E (Windows/Linux) or Cmd+Shift+E (Mac) to export straight away, in the format you last used

🎨 Professional Output

All exports include:

• Conversation title and metadata
• Platform and model information
• Proper formatting and structure
• Code syntax highlighting
• Images, embedded in the file or linked, depending on the format
• Web search results with citations
• Page numbers (PDF)

🚀 Perfect For

• Software Developers - Save code examples, technical discussions, and programming help
• Researchers - Archive research conversations with proper citations and references
• Students - Keep learning materials, study notes, and educational content
• Content Creators - Export content for blogs, articles, and documentation
• Teams - Share conversations and knowledge with colleagues
• Documentation Writers - Create guides, tutorials, and how-to documents
• Data Scientists - Preserve analysis discussions and data insights
• Educators - Create teaching materials from AI interactions

🆓 Completely Free

No subscriptions, no hidden costs, no feature limitations, no ads. All features are available to everyone, forever.

💡 Support & Feedback

• Report Issues: Visit our GitHub repository (https://github.com/nuncaeslupus/ai-chat-exporter/issues)
• Feature Requests: Open an issue on GitHub
• Documentation: Full usage guide available in the repository
• Source Code: https://github.com/nuncaeslupus/ai-chat-exporter

📝 Version History

v1.3.0 (Current)
• New language setting: pin the language of the extension and its exported files, or keep following the browser
• Claude conversations export correctly again after changes to claude.ai's page structure
• The popup no longer opens with the Export button looking half-pressed
• Submenus have a single way back instead of two controls doing the same thing

v1.2.0
• Google Gemini is now a fully supported platform
• Long Claude conversations export every exchange, not just the visible ones
• Rebuilt popup: format menu, per-exchange selection, dark mode, better keyboard and screen-reader support
• Notice when a chat site changes its page structure, instead of a quietly incomplete export
• Exported document metadata translated in all seven languages, in every format
• Security hardening of the export shortcut, the Deep Research relay and the HTML sanitizer

v1.1.1
• Added right-click context menus for quick export and print access
• Hierarchical menu structure with format submenus
• Improved user workflow with instant export/print options

v1.1.0
• Added ChatGPT code artifacts extraction
• Added web search citations preservation
• Improved image sizing across all formats
• Enhanced export quality and consistency

v1.0.0
• Initial release
• Multi-format export support
• Multi-language interface
• Privacy-focused local processing

🔧 Technical Details

Permissions Required:

• activeTab: Access conversation content on supported platforms
• storage: Save user preferences locally (last used export format)
• contextMenus: Right-click menu options for quick export and print access
• scripting: Re-injects the content script into a chat tab that was already open when the extension was installed, updated or reloaded. It cannot reach any site the extension does not already have host access to.
• Host permissions (chat.openai.com, chatgpt.com, claude.ai, gemini.google.com): Read the open conversation on each supported platform, and, on claude.ai, call Claude's own API with your existing session for artifact content the page does not render. The extension has no access to any other site.
• Host permission (*.web-sandbox.oaiusercontent.com): Reads a ChatGPT Deep Research report, which renders in a sandboxed frame served from this subdomain, cross-origin from chatgpt.com. Scoped to the web-sandbox subdomain only — not the broader oaiusercontent.com domain that also serves uploaded files.

Platform Support:

• Firefox 109.0 or higher
• Works on Windows, macOS, and Linux

File Sizes:

• Extension size: ~720 KB
• No external dependencies downloaded
• All libraries bundled for offline use

📄 License

This extension is open source and available under the MIT License. See the full license at: https://github.com/nuncaeslupus/ai-chat-exporter/blob/main/LICENSE
评分 4(1 位用户)
登录以评价此扩展
目前尚无评分

已保存星级评分

5
1
4
0
3
1
2
0
1
0
阅读全部 2 条评价
权限与数据

必要权限:

  • 访问您用于 web-sandbox.oaiusercontent.com 域名的网站的数据
  • 访问您在 chat.openai.com 的数据
  • 访问您在 chatgpt.com 的数据
  • 访问您在 claude.ai 的数据
  • 访问您在 gemini.google.com 的数据

可选权限:

  • 访问您用于 web-sandbox.oaiusercontent.com 域名的网站的数据
  • 访问您在 chat.openai.com 的数据
  • 访问您在 chatgpt.com 的数据
  • 访问您在 claude.ai 的数据
  • 访问您在 gemini.google.com 的数据

收集的数据:

  • 开发者称此扩展无需收集数据。
详细了解
更多信息
附加组件链接
  • 主页
  • 用户支持网站
  • 支持邮箱
  • 复制附加组件 ID
版本
1.3.0
大小
793.73 KB
上次更新
10 天前 (2026年9月6日)
相关分类
  • 网页开发
  • 下载管理
  • 社交和通信
许可证
MIT 许可证
隐私政策
阅读此附加组件的隐私政策
版本历史
  • 查看所有版本
标签
  • chat
  • download
添加到收藏集
举报此附加组件
转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

下载

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

最新版本

  • Nightly
  • Beta

商用版 Firefox

  • Enterprise

社区

  • Connect
  • Contribute
  • Developer

关注

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • 隐私
  • Cookie
  • 法律

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。