Claude to PDF Chrome Extension Exports Long Conversations with Formatting Intact

A developer has built a Chrome extension called Claude to PDF that solves the problem of exporting long Claude conversations while maintaining their original formatting. The tool addresses specific issues users face when trying to save extensive chat histories.
What the Extension Solves
The developer identified two main problems with existing methods for saving Claude conversations:
- Print to PDF often cuts off half the messages due to how the Claude website handles lazy loading
- Copy-pasting ruins code blocks and tables, losing the original formatting
Key Features
The Claude to PDF extension includes:
- Full History Capture: Automatically triggers lazy loading on the page and scrolls up to ensure the very first message is included in the export
- Preserved Styling: Maintains code blocks with syntax highlighting, LaTeX math rendering, and tables exactly as they appear in the Claude UI
Practical Use Case
The developer created this tool primarily for archiving research and business idea sessions. With Claude's massive context window, conversations often reach 100+ messages that contain valuable information. This extension provides a way to create high-quality, readable backups of these extensive threads.
The extension is completely free to try and available on the Chrome Web Store. The developer is seeking feedback on any layout bugs that might appear with extremely long threads.
📖 Read the full source: r/ClaudeAI
👀 See Also

AI Sandbox Manager: LXC-Based Sandbox for Codex with GPU Passthrough and Computer Use on Headless Linux
ai-sandbox-manager is an open-source LXC-based sandbox for Codex agents on headless Linux. It provides GPU passthrough, full sudo access, persistent environments, and computer use via CUA, all while isolating the agent from the host OS.

Lat.md: A Markdown-Based Knowledge Graph for Codebases
Lat.md creates a knowledge graph for codebases using interconnected markdown files in a lat.md/ directory. It addresses scaling issues with monolithic documentation by linking sections with [[wiki links]], connecting to source code via comments like // @lat: [[section-id]], and providing CLI tools for validation and search.

VS Code Agent Kanban: Markdown-based task management for AI coding agents
VS Code Agent Kanban is an extension that creates a GitOps-friendly kanban board inside VS Code using markdown files as task records. It addresses context rot in AI coding agents by preserving planning conversations, decisions, and implementation details in version-controlled .md files.

Enhanced Claude Code Telegram Plugin Adds Voice, Stickers, Threading
A developer has released a fork of the official Claude Code Telegram plugin that adds voice message transcription via Whisper, sticker/GIF support, conversation threading, and emoji reactions. It's a drop-in replacement requiring only cloning, copying one file, and restarting.