Add download button to save Claude AI conversations in TXT, MD, or JSON format
A userscript that adds an Export button to Claude.ai, allowing you to download your conversations in multiple formats.
User:
Hello Claude!
Claude:
Hello! How can I help you today?
# Claude Chat Export
*Exported on [timestamp]*
### User
Hello Claude!
---
### Claude
Hello! How can I help you today?
---
{
"chat_messages": [
{
"sender": "human",
"text": "Hello Claude!"
},
{
"sender": "assistant",
"text": "Hello! How can I help you today?"
}
]
}