A Chrome extension for capturing, organizing, and managing conversations with AI chatbots like Gemini, ChatGPT, Claude, and others.
- Automatically captures conversations from supported AI platforms
- Organizes conversations by URL to prevent duplication
- Provides a clean interface for viewing and managing captured conversations
- Supports manual and periodic capture of conversations
- Specialized capture mechanisms for different chatbot platforms
- Clone this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" (toggle in the top right)
- Click "Load unpacked" and select the extension directory
- The ACM Manager icon should appear in your Chrome toolbar
- Navigate to a supported AI chatbot (Gemini, ChatGPT, Claude, etc.)
- Have a conversation as you normally would
- The extension will automatically capture the conversation
- Click on the ACM Manager icon in the toolbar to view captured conversations
- Use the manual capture button (bottom right of the page) if automatic capture fails
This extension uses:
- JavaScript for core functionality
- IndexedDB for local storage of conversations
- Chrome Extension Manifest V3
Contributions are welcome! Please feel free to submit a Pull Request.