A fork of GeoAnima's and TheAlanK's Claude.ai chat exporter userscript. Exports your chat to ShareGPT JSON format, so you can view and process your chats in anything ShareGPT-compatible.
This extension has some minor quality-of-life improvements from upstream:
- Single click to download, since there's only one format
- Button hides properly on unrelated pages and blends into the Claude UI
Install from the GreasyFork page.
This script has been tested with Violentmonkey for Chrome (recommended), but should work with Greasemonkey and Tampermonkey as well in compatible browsers. It won't work with the Userscripts extension in Safari due to permission issues.
On click, downloads are saved to your Downloads folder as $CHAT_NAME_$TIMESTAMP.json
. That's it!
For a simple in-browser editor, consider using my ShareGPT chat formatter!