Local-first · Privacy-first · Auditable
Claude and ChatGPT Web Chat Conversation Exporter Chrome Extension
Export Claude.ai and ChatGPT web chat conversations locally to Markdown using bundled Claude exporter v0.1.6 and ChatGPT exporter v0.1.0. No Stack2030 backend, analytics, tracking, remote JavaScript, or third-party upload.
Current version
- Extension: v0.1.1
- Bundled Claude exporter: Claude Web Chat Conversation Exporter v0.1.6
- Bundled ChatGPT exporter: ChatGPT Web Chat Conversation Exporter v0.1.0
- Installable repo folder:
extension/ - Release ZIP: claude-and-chatgpt-web-chat-conversation-exporter-chrome-extension-v0.1.1-unpacked.zip
- Output: local Markdown file
Install option 1: Clone/download repo, then Load unpacked
- Download or clone the GitHub repository.
- Open
chrome://extensions/. - Turn on Developer mode.
- Click Load unpacked.
- Select the repository subfolder named
extension/. - Pin the extension if needed.
- Open a Claude.ai or ChatGPT conversation and click the matching export button.
Install option 2: Download release ZIP, extract, then Load unpacked
Download the GitHub release asset: claude-and-chatgpt-web-chat-conversation-exporter-chrome-extension-v0.1.1-unpacked.zip
Chrome does not load a ZIP directly as an unpacked extension. Extract the ZIP first.
- Download the ZIP from the release asset link above.
- Extract the ZIP to a local folder.
- Open
chrome://extensions/. - Turn on Developer mode.
- Click Load unpacked.
- Select the extracted folder containing
manifest.json.
Install option 3: Chrome Web Store
Chrome Web Store publishing is planned. After approval, the normal install flow will be available from the store listing.
Installable folder contents
extension/
├─ manifest.json
├─ popup.html
├─ popup.css
├─ popup.js
├─ exporters/
│ ├─ claude-web-chat-conversation-exporter-v0.1.6.js
│ └─ chatgpt-web-chat-conversation-exporter-v0.1.0.js
└─ icons/
├─ icon16.png
├─ icon32.png
├─ icon48.png
└─ icon128.png
Privacy model
- No Stack2030 backend.
- No analytics.
- No tracking.
- No third-party upload.
- No remote JavaScript.
- Bundled exporter code only.
- Runs only after explicit user action.
The extension may make same-origin requests to Claude.ai / Anthropic or ChatGPT / OpenAI endpoints available to the active session. It does not send conversation content to Stack2030 or any unrelated third-party service.