GemSweep is a Chrome extension designed to enhance your experience with Gemini conversations. It adds checkboxes to the Gemini conversation list, allowing you to delete multiple chats at once with ease.
- Adds checkboxes to Gemini conversation list.
- Bulk delete multiple chats in one go.
- Simple and intuitive interface.
- Clone this repository or download the ZIP file.
- Open Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" using the toggle in the top-right corner.
- Click "Load unpacked" and select the folder containing this project.
- Navigate to Gemini.
- Use the checkboxes added by GemSweep to select conversations.
- Click the delete button to remove selected chats.
manifest.json
: Configuration file for the Chrome extension.background.js
: Handles background tasks and service worker logic.content.js
: Injects functionality into the Gemini conversation list.popup.html
: HTML for the extension's popup interface.popup.js
: JavaScript for the popup interface.icons/
: Contains icons used by the extension.
GemSweep requires the following permissions:
activeTab
: To interact with the currently active tab.
GemSweep works exclusively on the following domains:
https://gemini.google.com/*
https://gemini.google.com/app/*
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Feel free to open issues or submit pull requests to improve GemSweep.
If you encounter any issues or have questions, please open an issue in this repository.