Claude Chat Exporter is a browser extension that exports Claude.ai conversations to Markdown or JSON files saved directly to your device. It operates entirely locally — no data is ever sent to any external server, and no analytics or tracking of any kind are included.
claude.ai/api/organizations/…/chat_conversations/… using your existing
browser session. This is the same request your browser already makes to display the
page. No credentials are stored or transmitted elsewhere.
navigator.clipboard.writeText
made by Claude's own "Copy" buttons. The interceptor is active only during an export
and is fully restored immediately after. No clipboard data is transmitted or stored
beyond building the local export file.
claude.ai
The extension uses no chrome.storage or cookies. The exported
Markdown or JSON file is downloaded directly to your local machine via the
browser's standard file-download mechanism.
scripting permission to Claude.ai only; the extension cannot run
on any other website.
If the privacy practices of this extension ever change, this page will be updated and the version number in the heading will reflect the change.
Questions or concerns? Open an issue on the GitHub repository.