A Chrome extension that automatically manages duplicate tabs by closing new duplicates and focusing on existing tabs.
- Automatically detects when a duplicate URL is opened in a new tab
- Switches focus to the existing tab with the same URL
- Closes the duplicate tab automatically
- Helps keep your browser organized and reduces tab clutter
- Clone this repository or download the source code
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the extension directory
The extension listens for tab URL changes and:
- Checks if the URL already exists in another tab
- If a duplicate is found, it switches focus to the existing tab
- Closes the newly opened duplicate tab
tabs
: To access and manage browser tabs
Feel free to submit issues and pull requests to improve the extension.