Skip to content

pHo9UBenaA/tab-cleaner

Repository files navigation

Tab Cleaner Extension

A Chrome extension that helps you efficiently manage your browser tabs by removing tabs belonging to specified domains.

Features

  • 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.

Installation

Install the extension from the Chrome Web Store.

Development

Without Containers

  1. Install the dependencies
bun i --frozen-lockfile
  1. Build the extension
bun run build

With Containers

  1. Build the docker image
docker compose up -d --build
  1. Install the dependencies
docker compose exec bub bun i --frozen-lockfile
  1. Build the extension
docker compose exec bun bun run build

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Chrome extension - Close unwanted tabs instantly, with smart filtering for specified or unspecified websites.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors