Export chats from 11 AI platforms to PDF or Markdown locally

(chromewebstore.google.com)

2 points | by Rocke1001feller 12 hours ago ago

4 comments

  • Rocke1001feller 12 hours ago ago

    Hi HN, I’m rock, the creator of this extension. I frequently use Claude and ChatGPT for coding and research, but always found it painful to clean, save, or share these chats with colleagues without cluttering. So I built this to render clean documents.

    Unlike online PDF converters, it does not send your chats to any backend server. Everything is rendered 100% locally in your browser to preserve privacy.

    It’s built with Vanilla JS. One challenge was handling the custom markdown formats of different AI platforms (e.g., math blocks in ChatGPT, nested code structures in Claude). I had to write custom parsers for each AI platforms.

    Let me know what you think.

  • mujib77 12 hours ago ago

    Does it preserve code blocks + markdown formatting properly for long conversations?

    • Rocke1001feller 11 hours ago ago

      Of course! This is its basic functionality, but it's still in the alpha stage. If any problems are found, I can fix them quickly.

  • msafi04 11 hours ago ago

    [dead]