Chrome extension that detects when a duplicate tab is opened and activates already existing tab. You can temporary turn it off by clicking extension's icon. Icon badge is showing the number of prevented duplicates.
- (optional, for people with healthy paranoia) This project is very simple, so just look at its files here https://github.com/Litee/prevent-duplicate-tabs-chrome-extension. Check two files in
src
folder,manifest.json
andpopup.html
. - Clone extension to your machine - e.g.
git clone https://github.com/Litee/prevent-duplicate-tabs-chrome-extension.git
- Build the project using
npm run build
- Open chrome://extensions tab in your Chrome browser
- Activate developer mode (required for next step)
- Install extension as unpacked
- (optional, for people with healthy paranoia) This project is very simple, so just look at its files here https://github.com/Litee/prevent-duplicate-tabs-chrome-extension. Check two files in
src
folder,manifest.json
andpopup.html
. - Run
git pull
from within the extension project folder. - Build the project using
npm run build
. - Go to the extension view in Chrome and click "Update" button.
- Support white lists.
- An alternative strategy: ask about whether to de-duplicate.
- Allow to safely duplicate tabs via context menu even when dedupe is on.