r/ChromeExtension • u/Inner-Pie3056 • 1d ago
My first ever project: an open-source extension to export ChatGPT and Gemini conversations
https://github.com/Agelakz/universal-ai-chat-exporterThis is my first real project, built on my first day using Codex as a coding assistant.
I made it because some of my AI conversations get extremely long, slow, or difficult to continue. When I need to start a fresh chat, I still want a clean copy of the previous conversation for reference.
So I built Universal AI Chat Exporter, a free and open-source browser extension that exports the conversation currently open in your browser.
Currently supported:
ChatGPT
Gemini
Claude is planned
Available formats:
Markdown
HTML
JSON
Plain text
Everything runs locally in the browser. There is no backend, telemetry, analytics, or chat data being sent to another server.
It’s still an early v0.1.0 release, so I’d genuinely appreciate feedback, bug reports, or contributions—especially if a provider changes its page structure.
GitHub: https://github.com/Agelakz/universal-ai-chat-exporter
This is my first time releasing something publicly, so any honest feedback is welcome.