-
Notifications
You must be signed in to change notification settings - Fork 149
Built a Chrome Extension to Track ChatGPT Queries & Responses #542
Hello everyone,
I recently built a browser extension that helps track and manage conversations with ChatGPT, and I wanted to share it with the community.
What does it do?
This extension automatically captures:
User queries sent to ChatGPT
Corresponding responses from ChatGPT
Stores them in an organized and accessible way
Key Features
Real-time tracking of prompts and responses
Structured history view for easy navigation
Helps in revisiting previous questions quickly
Useful for learning, revision, and prompt debugging
Tech Stack
HTML
CSS
JavaScript
Chrome Extension APIs
Why I built this
While using ChatGPT regularly, I noticed that:
It is difficult to track past queries
Important responses get lost
There is no structured way to revisit previous interactions
This extension is an attempt to solve these problems.
Repository
Should I add it?What if someone steals my code?Kindly let me know!!
Future Improvements
Search and filter functionality
Tagging system for better organization
Export chats (PDF/JSON)
Basic analytics dashboard
Feedback
I am new to open source and would appreciate:
Suggestions
Feature ideas
Contributions
All reactions
Replies: 1 comment 1 reply
Nice idea this sounds genuinely useful, especially for learning and prompt debugging.
You should definitely add the repository if you're comfortable sharing it. Open sourcing usually helps you get feedback, contributors, and visibility. If you're worried about someone stealing your code, you can protect yourself by:
Adding a license (like MIT, Apache 2.0, or GPL)
Keeping credit in README and documentation
Building in public — your commit history proves ownership
Also, just a quick note: since you're tracking ChatGPT conversations, make sure to handle privacy carefully and clearly state:
What data is stored
Where it's stored (local vs cloud)
That no sensitive data is shared externally
Your future improvements look great search, tagging, and export would add a lot of value.
All reactions
No data storage is required. The DOM manipulation handles and dynamically fetches the prompt and response pairs