Chrome browser extension that automatically closes duplicate tabs & automatically focuses remaining tab
-
Different paths → Not duplicate
E.g Not Duplicates: https://google.com/search | https://google.com/maps
-
Different search queries → Not duplicate
E.g Not Duplicates: https://google.com/search?q=cat | https://google.com/search?q=dog
-
Different hash anchors → Not duplicate
E.g Not Duplicates: https://google.com/docs#page1 | https://google.com/docs#page2
-
Ignores case, ignores www, ignores trailing slash
E.g Duplicates: https://google.com | https://www.googLe.com/
Activates remaining oldest created tab
Additional Info: Need a manual scan? Click browser icon
Option 1: Chrome Web Store Coming soon - publication in progress
Option 2: Manual Installation
- Download or clone this repository:
git clone https://github.com/webber3242/DeDupe2Activate.git
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" using the toggle in the top-right corner
- Click "Load unpacked" and select the downloaded extension folder
DeDupe2Activate/
├── manifest.json # Extension configuration
├── background.js # Main service worker logic
├── LICENSE.txt # License file
├── README.md # Documentation
├── images/ # Extension icons
│ ├── icon16.png
│ ├── icon48.png
│ └── icon128.png
└── _locales/ # Internationalization
└── en/ # English locale
└── messages.json # English messages
This project is licensed under the MIT License. See the LICENSE file for details.
Made by Webber
