Description from extension meta
Eksporter Claude chats til PDF, Markdown, Tekst, CSV... Gratis og fuldt tilpasningsbar. Understøtter artefakter, ræsonnement og…
Image from store
Description from store
Med Claude Exporter kan du gemme dine samtaler med Claude AI på din computer. Du kan gemme dine chats som PDF-, Markdown-, tekst-, CSV- eller JSON-filer med blot et par klik.
Med Claude Exporter kan du gemme dine samtaler og bruge dem igen, når du har brug for det!
## Hovedfunktioner 💼
### Flere filformater 📋
Vælg det format, der fungerer bedst for dig:
- PDF - Perfekt til udskrivning eller deling med andre
- Markdown - Fantastisk til redigering i note-apps
- Tekst - Enkel og fungerer overalt
- CSV - Nyttig til dataanalyse
- JSON - Ideel til udviklere eller databehandling
### Tilpasningsmuligheder ⚙️
Få dine eksporter til at se præcis ud, som du ønsker:
- Vælg, hvilke beskeder der skal eksporteres
- Inkluder eller ekskluder tidsstempler (oprettet, opdateret, eksporteret)
- Juster dato- og tidsformat
- Flere indstillinger for PDF:
- Filnavn og indholdstitel
- Lyst eller mørkt tema
- Sideformat (A4, Letter osv. Portræt eller Landskab)
- Sidemargen
- Skriftstørrelse
- Indholdsfortegnelse
- Brugeroplysninger (navn og e-mail)
- Inkluder sidetal
- Tilpas sidefod (sidetal)
### Fuld indholdssupport 🧩
Claude Exporter registrerer alt i dine samtaler:
- Almindelige tekstbeskeder
- Kodeblokke med korrekt formatering
- Matematiske formler
- Tabeller og diagrammer
- Claudes artefakter (specielle output som dokumenter eller billeder)
- Visninger af tankeproces
- Sektioner til brug af værktøjer
- Modelkontekstprotokol (MCP'er)
### Understøttelse af delte samtaler 👥
Gem samtaler fra delte Claude-links, som andre har sendt dig.
### Nem at bruge 👍
Gem dine chats med kun 2 klik! Ingen komplicerede indstillinger eller trin kræves, medmindre du vil tilpasse.
## Sådan bruger du Claude Exporter 🔍
1. Installer udvidelsen fra Chrome Web Store
2. Besøg Claudes hjemmeside, og hav en samtale
3. Eksportknappen vises ved siden af dit inputfelt
3. Klik på "Vælg", og vælg, hvilke dele af samtalen du vil eksportere
4. Vælg dit eksportformat (PDF, Markdown, Tekst, CSV eller JSON)
5. Klik på "Eksporter", og din fil downloades automatisk
Det er det! Din samtale er nu gemt på din computer.
## Privacy First-tilgangen 🔒
Vi tager dit privatliv alvorligt. Claude Exporter:
- Tilgår ikke dine data til andre formål end eksport
- Gemmer, deler eller analyserer aldrig dine samtaledata
Dine samtaler forbliver mellem dig og din computer - præcis som det skal være!
## Ofte stillede spørgsmål ❓
### Er Claude Exporter gratis?
Ja! Claude Exporter er gratis at bruge. Vi tilbyder PRO-abonnementer til omfattende PDF-generering.
### Skal jeg have en konto for at begynde at bruge Claude Exporter?
Ingen konto nødvendig! Bare installer udvidelsen, og begynd at eksportere.
### Vil Claude Exporter fungere sammen med andre AI-chatværktøjer?
I øjeblikket fungerer Claude Exporter specifikt med Claude AI. Understøttelse af andre platforme kan blive tilføjet i fremtiden.
### Kan jeg eksportere samtaler fra Claude-mobilappen?
Claude Exporter fungerer med webversionen af Claude, der tilgås via Chrome. Eksport af mobilapps understøttes ikke i øjeblikket.
### Vil min formatering blive bevaret i eksport?
Ja! Vi arbejder hårdt på at vedligeholde formateringen, inklusive kodeblokke, tabeller og specielle output.
### Er der en grænse for, hvor lang en samtale jeg kan eksportere?
Der er ingen fast grænse, men meget lange samtaler kan tage længere tid at behandle, især for PDF-eksport.
### Kan jeg tilpasse, hvordan mine eksporter ser ud?
Absolut! Se afsnittet Tilpasningsmuligheder for detaljer.
### Fungerer Claude Exporter med den nyeste version af Claude?
Ja! Vi opdaterer regelmæssigt udvidelsen for at sikre kompatibilitet med de nyeste Claude-funktioner.
### Er mine data sikre, når jeg bruger Claude Exporter?
Ja! Dine samtaler forlader aldrig din enhed. Udvidelsen fungerer udelukkende i din browser.
## Support og kontakt 📞
Har du spørgsmål, forslag eller fundet en fejl? Vi vil meget gerne høre fra dig!
- E-mail: [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.