Chat Saver CG: Browser Extension Built with Claude Exports Conversations Across 12 AI Platforms

✍️ OpenClawRadar📅 Published: March 22, 2026🔗 Source
Chat Saver CG: Browser Extension Built with Claude Exports Conversations Across 12 AI Platforms
Ad

A developer has released Chat Saver CG, a browser extension that exports and transfers conversations between multiple AI platforms. The tool was built with significant assistance from Claude throughout the development process.

How Claude Assisted Development

The developer used Claude for:

  • Architecture decisions
  • Debugging tricky DOM parsing issues across different platforms
  • Writing the adapter logic for each AI site
  • Refining the export formatting

According to the developer, without Claude they would have spent 3x longer on cross-platform compatibility alone. The ironic aspect noted is that they built a tool to save Claude conversations by having long conversations with Claude about how to build it.

Ad

Extension Features

The extension supports 12 AI platforms:

  • Claude
  • ChatGPT
  • Gemini
  • DeepSeek
  • Perplexity
  • Mistral
  • Grok
  • Copilot
  • Poe
  • GigaChat
  • Yandex Alice

Export formats include:

  • Markdown
  • JSON
  • TXT
  • HTML

The tool enables transferring conversations between platforms, allowing users to move content from one AI platform to another with one click.

Developer Motivation

The developer needed the tool because Claude conversations are valuable for research, writing, and problem-solving. They wanted to prevent losing conversations due to UI updates or accidental browser closures, and to bring context from other tools into Claude without manual copy-pasting.

The extension is available for free on Chrome and Firefox. The developer is seeking feedback from power users to identify edge cases.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

MCP Server for Semantic Search in Obsidian Vaults
Tools

MCP Server for Semantic Search in Obsidian Vaults

A developer built an MCP server that indexes Obsidian vaults into Qdrant with local embeddings, enabling semantic search instead of keyword matching. It chunks markdown by headings, uses BAAI/bge-small-en-v1.5 embeddings, and works with Claude Code, Cursor, Windsurf, or any MCP client.

OpenClawRadar
Tocket CLI: A Context Engineering Framework for AI Coding Agents
Tools

Tocket CLI: A Context Engineering Framework for AI Coding Agents

Tocket is a CLI tool that creates a .context/ folder with markdown files for AI agents to maintain project memory across sessions. It auto-detects tech stacks from package.json and generates a pre-configured .cursorrules file.

OpenClawRadar
Claude Code v2.1.90 adds mouse support with CLAUDE_CODE_NO_FLICKER flag
Tools

Claude Code v2.1.90 adds mouse support with CLAUDE_CODE_NO_FLICKER flag

Anthropic released Claude Code v2.1.90 with a new feature that enables mouse support in the chat interface. Users can activate it by setting the CLAUDE_CODE_NO_FLICKER=1 environment variable before running claude.

OpenClawRadar
Pilot Protocol: A P2P Network Stack for AI Agents Built with Claude
Tools

Pilot Protocol: A P2P Network Stack for AI Agents Built with Claude

A developer built Pilot Protocol, a pure user-space peer-to-peer virtual network stack in Go specifically for autonomous AI agents, enabling direct communication without centralized infrastructure. The protocol uses UDP multiplexing, NAT traversal, and end-to-end encryption, with benchmarks showing 89 MB/s local throughput and 2.1 MB/s cross-continent WAN throughput.

OpenClawRadar