A Chrome extension that helps you efficiently manage your browser tabs by removing tabs belonging to specified domains.
- Domain Registration: Register the domain of the current tab using the shortcut "Control (Command) + Shift + E".
- Bulk Remove Tabs: Remove all tabs belonging to registered domains using the shortcut "Control (Command) + E".
- Navigate to Removed Pages: Return to previously removed pages.
Install the extension from the Chrome Web Store.
- Install the dependencies
bun i --frozen-lockfile- Build the extension
bun run build- Build the docker image
docker compose up -d --build- Install the dependencies
docker compose exec bub bun i --frozen-lockfile- Build the extension
docker compose exec bun bun run buildThis project is licensed under the MIT License. See the LICENSE file for details.