A browser extension for Chrome and Edge that allows you to set a countdown timer for any tab. When the timer reaches zero, the tab automatically closes. Perfect for time management, limiting time spent on specific websites, or setting reminders.
- Set custom countdown timers for any tab
- Easy-to-use popup interface with minutes and seconds input
- Visual countdown display in the extension badge
- Automatic tab closure when timer reaches zero
- Works across multiple tabs simultaneously
- Visit the Chrome Web Store
- Click "Add to Chrome"
- Confirm the installation when prompted
- Visit the Microsoft Edge Add-ons
- Click "Get"
- Confirm the installation when prompted
- Click the extension icon in your browser toolbar
- Enter the desired countdown time in minutes and seconds
- Click "Start" to begin the countdown
- The extension badge will display the remaining time
- The tab will automatically close when the timer reaches zero
├── background/
│ └── background.js # Handles alarm actions and badge countdown
├── icons/ # Extension icons in various sizes
├── lib/ # Third-party libraries
├── popup/ # Popup interface
│ ├── popup.html # Popup UI
│ ├── popup.js # Popup logic
│ ├── styles.css # Popup styling
│ └── lib/ # Popup-specific libraries
└── manifest.json # Extension manifest
- Chrome, Edge, or Brave browser
- Basic knowledge of JavaScript and browser extensions
- Clone the repository
- Load the extension as unpacked (see Developer Installation above)
- Make your changes
- Reload the extension to test changes
- Clone this repository or download the source code
- Open Chrome/Edge and navigate to
chrome://extensions
oredge://extensions
orbrave://extensions
- Enable "Developer mode" in the top right
- Click "Load unpacked"
- Select the directory containing the extension files
- Open the extension's popup by clicking the extension icon in your browser toolbar
- Right click on the popup and select "Inspect"
- Open the "Sources" tab in the developer tools
- Click "Reload" on the
brave://extensions
page after making modifications to see your changes
This project is open source and available under the MIT License.