Description from extension meta
Exportera Claude-chatter till PDF, Markdown, Text, CSV... Gratis och helt anpassningsbar. Stöder artefakter, resonemang och…
Image from store
Description from store
Med Claude Exporter kan du spara dina konversationer med Claude AI på din dator. Du kan spara dina chattar som PDF-, Markdown-, Text-, CSV- eller JSON-filer med bara ett par klick.
Med Claude Exporter kan du spara dina konversationer och återvända till dem när du behöver!
## Huvudfunktioner 💼
### Flera filformat 📋
Välj det format som fungerar bäst för dig:
- PDF - Perfekt för utskrift eller delning med andra
- Markdown - Utmärkt för redigering i anteckningsappar
- Text - Enkelt och fungerar överallt
- CSV - Användbart för dataanalys
- JSON - Perfekt för utvecklare eller databearbetning
### Anpassningsalternativ ⚙️
Få dina exporter att se ut exakt som du vill:
- Välj vilka meddelanden som ska exporteras
- Inkludera eller exkludera tidsstämplar (skapade, uppdaterade, exporterade)
- Justera datum- och tidsformat
- Fler inställningar för PDF:
- Filnamn och innehållstitel
- Ljust eller mörkt tema
- Sidformat (A4, Letter, etc. Stående eller Liggande)
- Sidmarginal
- Teckenstorlek
- Innehållsförteckning
- Användarinformation (namn och e-postadress)
- Inkludera sidnummer
- Anpassa sidfot (sidnummer)
### Komplett innehållsstöd 🧩
Claude Exporter fångar allt i dina konversationer:
- Vanliga textmeddelanden
- Kodblock med korrekt formatering
- Matematiska formler
- Tabeller och diagram
- Claudes artefakter (speciella utdata som dokument eller bilder)
- Visningar av tankeprocessen
- Verktygsanvändningssektioner
- Modellkontextprotokoll (MCP)
### Stöd för delade konversationer 👥
Spara konversationer från delade Claude-länkar som andra har skickat till dig.
### Lätt att använda 👍
Spara dina chattar med bara 2 klick! Inga komplicerade inställningar eller steg krävs om du inte vill anpassa.
## Så här använder du Claude Exporter 🔍
1. Installera tillägget från Chrome Web Store
2. Besök Claudes webbplats och ha en konversation
3. Exportknappen visas bredvid ditt inmatningsfält
3. Klicka på "Välj" och välj vilka delar av konversationen du vill exportera
4. Välj ditt exportformat (PDF, Markdown, Text, CSV eller JSON)
5. Klicka på "Exportera" så laddas din fil ner automatiskt
Det är allt! Din konversation är nu sparad på din dator.
## Integritet först 🔒
Vi tar din integritet på allvar. Claude Exporter:
- Åtkomst till dina data för något annat ändamål än export
- Spara, dela eller analysera aldrig dina konversationsdata
Dina konversationer stannar mellan dig och din dator - precis som det ska vara!
## Vanliga frågor ❓
### Är Claude Exporter gratis?
Ja! Claude Exporter är gratis att använda. Vi erbjuder PRO-abonnemang för omfattande PDF-generering.
### Behöver jag ett konto för att börja använda Claude Exporter?
Inget konto behövs! Installera bara tillägget och börja exportera.
### Fungerar Claude Exporter med andra AI-chattverktyg?
För närvarande fungerar Claude Exporter specifikt med Claude AI. Stöd för andra plattformar kan läggas till i framtiden.
### Kan jag exportera konversationer från Claude-mobilappen?
Claude Exporter fungerar med webbversionen av Claude som nås via Chrome. Export av mobilappar stöds för närvarande inte.
### Kommer min formatering att bevaras i exporter?
Ja! Vi arbetar hårt för att bibehålla formateringen, inklusive kodblock, tabeller och specialutdata.
### Finns det en gräns för hur lång en konversation jag kan exportera?
Det finns ingen gräns, men mycket långa konversationer kan ta längre tid att bearbeta, särskilt för PDF-exporter.
### Kan jag anpassa hur mina exporter ser ut?
Absolut! Se avsnittet Anpassningsalternativ för mer information.
### Fungerar Claude Exporter med den senaste versionen av Claude?
Ja! Vi uppdaterar regelbundet tillägget för att säkerställa kompatibilitet med de senaste Claude-funktionerna.
### Är mina data säkra när jag använder Claude Exporter?
Ja! Dina konversationer lämnar aldrig din enhet. Tillägget fungerar helt i din webbläsare.
## Support och kontakt 📞
Har du frågor, förslag eller hittat ett fel? Vi vill gärna höra från dig!
- E-post: [email protected]
Latest reviews
- (2025-08-18) Jay Patel: Great Job. Very useful for transforming a brainstorming chat into an actionable conversation.
- (2025-08-16) viren chocha: Superb !!!
- (2025-08-14) Jason Jones: Great tool. Zero issues.
- (2025-08-13) Allie Schreibman: Saving my bacon daily, because I write a lot, constantly run out of content space in conversations, and need to have to whole previous conversation for continuity. Question: Is there any way to edit the .md capture function to remove the search queries and interleaved references to other information? I find it very hard to read.
- (2025-08-12) Abhijeet Bhattacharjee: This was a life saver as my Claude context window ran out of Token limit and I was fixing an error in my Python code. Thank you so much for this option to save, upload and continue the chat with Claude.
- (2025-08-10) Rick Ross: Mark is both brilliant and helpful, and this Claude Exporter is the ONE you are looking and hoping for. I am really glad I paid for it, and I would pay again. That's the simple truth. You want this one!
- (2025-08-10) Works great for me. 5 Stars! Thank you developer!
- (2025-08-09) Jackson Meeks: Absolutely fantastic. Thank you so much!
- (2025-08-07) owen wallace servera: This extension is a sophisticated piece of malware disguised as a utility. I conducted a detailed static and dynamic analysis of its source code, and the findings are conclusive: this extension's primary purpose is to steal your Claude Organization ID and exfiltrate it to an attacker-controlled server. For anyone with a technical background, here is the proof: 1. Hardcoded Data Theft (`inj.js`): The extension injects a script (inj.js) directly into the claude.ai webpage. This script is not generic; it is purpose-built to traverse the page's React DOM and find a very specific internal property called lastActiveOrg. It then extracts the value of this property—your Organization ID. 2. Covert Exfiltration Channel (`manifest.json`, `content.js`): Once the Organization ID is stolen, inj.js uses window.postMessage to send the data to the extension's content script (content.js). This script then relays the data to the background service worker (background.js). This multi-step process is a known technique for bypassing browser sandboxing and hiding malicious activity. 3. Attacker-Controlled Command & Control (C2) Server: The manifest.json file contains the most damning evidence. It declares host_permissions and externally_connectable for the domain https://*.claudexporter.com/*. This is NOT a legitimate Claude domain. This permission gives the extension the ability to send your stolen data to this attacker-controlled server. There is zero legitimate reason for a simple "exporter" tool to have this level of communication with a third-party server. 4. Sophisticated Anti-Analysis Techniques: When I attempted to intercept this malicious traffic using a local honeypot (by redirecting claudexporter.com to a local server via the hosts file), the extension refused to send the data. This proves that the obfuscated background.js script is performing SSL/TLS certificate validation. It checks if the certificate for the C2 server is legitimate and, if it detects a self-signed certificate (which is common in analysis environments), it aborts the connection to avoid being caught. This is not a feature of a benign tool; it is a classic evasion tactic used by malware. Conclusion: Do not be fooled by the user interface. This is a targeted, data-harvesting tool. The combination of specific data theft, a covert communication channel, a hardcoded C2 server, and anti-analysis techniques demonstrates that this is a dangerous and malicious piece of software. By installing this, you are sending your organization's unique identifier directly to an unknown, malicious third party. This could be used for corporate espionage, targeted phishing attacks, or other malicious activities. REMOVE THIS EXTENSION IMMEDIATELY.
- (2025-08-06) frank tan: good, I like it , its content arrangement is very good.
- (2025-08-05) Rinor Maloku: I like it, it is good, but why aren't the pasted content in the export as well?
- (2025-08-05) Name Last: Great extension, however does not work as of now. I think Claude had an update
- (2025-07-23) Ben Nahum: Works as advertised, which is rare today.
- (2025-07-20) Amanda Lyon: Used a few times so far and it's excellent. Simple design, clean export to PDF. I haven't used for other formats so I can only speak to PDF, but for my needs, perfection.
- (2025-07-17) גיא שני: great! thx
- (2025-07-13) 이준영: good!!!
- (2025-07-10) debug Log: Not working "Failed to export Markdown: Cannot read properties of null (reading 'convoData')"
- (2025-07-08) Harshith Nadig: best extension
- (2025-07-08) Hayley Houseman: July 8, 2025. I am experiencing some kind of error that will no longer allow me to export threads in Claude. claude.ai says "Failed to export text: Cannot read properties of null (reading 'convoData')." I hope this bug can get fixed. Thanks!
- (2025-07-01) Davide Catena: Saved me from the annoying "context window" problem that Claude has. Perfect workaround (combined with Gemini).
- (2025-06-30) Ian Swanson: Fantastic. Works wonderfully.
- (2025-06-29) Oliver Murray: works really well.. does what it says on the tin
- (2025-06-27) Guillermo García López: Pretty good
- (2025-06-27) Rafael Freitas: Nice. Very useful!
- (2025-06-22) Token Terrier: Works like a charm for me!!
- (2025-06-18) vanilla bean: Everything works as it should. I select my messages and download them in whatever format. Quick n' easy. I just wished I could download all the conversational branches in a big JSON file so I no longer would have to cycle through them. That's a big hassle when one's regenerations are all over the place like mine!
- (2025-06-17) Flavio Rodrigo Moura de Carvalho: Nice!
- (2025-06-14) 梶村政彦: Good!!
- (2025-06-14) Hithesh Vurjana: Excellent
- (2025-06-07) Benoit Tricot: Great, next features: grab the artifacts and uploaded content, and create a file graph with markdown links ;)
- (2025-06-06) Ahmad Ragab: I must be missing something, why this feature is not built into the providers' native ui, fortunately this works exactly as advertised, renders code well even the mcp tool calls.
- (2025-05-19) Aurora-CC: awesome extension, the exported pdf is beautiful
- (2025-05-09) foudyl zaouia: great and easy after struggling with a bunch of software installing latex ,... great job !!
- (2025-05-07) Taylor Monacelli: Works great! One thing I would add is a toggle to check or uncheck all checkboxes for the case where you want one section from a long chat. -- edit 2025-04-28 -- OMG I see it now, I overlooked this so many times. Terrific! Here's what it looks like: https://i.imgur.com/kaRYbCW.png -- edit 2025-04-18 -- I can perform these actions: - select all - select questions only - select answers only But i'd also like this: unselect all so that after I unselected all, I could then go to 2 q&a pairs (for example) and just select those manually.
- (2025-05-04) Marie Monet: Perfect!
- (2025-05-04) Michael Gaio: chromatasic !
- (2025-05-03) Ivan: superb
- (2025-04-25) Innomen: Excellent! Does what it says. Saved a project for me from a UI error. Just solid.
- (2025-04-23) Colin Domoney: Take a bow, sir - what a work of genius! Coffee incoming in 5 ... 4 ... 3 ... 2 ... 1
- (2025-04-07) Robert “Robbie” Walker: This is fantastic from an accessibility standpoint. Haven't figured out whether you can grab an entire project's chats--that would be amazing! :)
- (2025-04-04) Super Trooper: Works great
- (2025-03-29) Sketchy Alder: Does what I need it to. I like that we have many export file type options.
- (2025-03-25) Richard Ladson: works as expected
- (2025-03-24) Dewei Hu: amazing work! Great thanks to developers!
- (2025-03-21) Marc Bradley: Works great. Easy peasy.
- (2025-03-21) Damian Taggart: thank you. works well.
- (2025-03-10) Oleg: Simple, functional, ad and distructions free. Very good
- (2025-03-06) mohammad ali mahdianpour: nice...
- (2025-03-02) Phelo Partidas: This works PERFECTLY, exported my long +4K lines chat, just two clicks. this is what i was looking for.
- (2025-02-19) Joe Hacobian: Been looking for a reliable extension to export Claude chats (exporting long conversations (design progressions etc) into markdown and then uploading those markdown files into a "fresh chat" saves your token usage and still provides the new claude instance with all the backstory in a searchable vectorized form.