You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chrome extension that detects when a duplicate tab is opened and activates already existing tab
1
+
# "Prevent Duplicate Tabs" Chrome extension
2
+
3
+
Chrome extension that detects when a duplicate tab is opened and activates already existing tab.
4
+
5
+
## How to install
6
+
7
+
I have not published this extension into Chrome Web Store, so your will need to install extension locally:
8
+
9
+
1. Clone extension to your machine - e.g. `git clone https://github.com/Litee/prevent-duplicate-tabs-chrome-extension.git`
10
+
1. Look at `background.js` and into `manifest.json`. It is always a good idea to check that code does not do anything suspicious and does not have too many permissions ;)
11
+
1. Open chrome://extensions tab in your Chrome browser
12
+
1. Activate developer mode (required for next step)
13
+
1. Install extension as unpacked
14
+
15
+
Ping me if you liked this extension and I may consider publishing it into Chrome Web Store.
16
+
17
+
## TODOs
18
+
19
+
* Support white lists
20
+
* De-duplicate already opened tabs
21
+
22
+
## Disclaimers
23
+
24
+
* Icon made by [Picol](https://www.flaticon.com/authors/picol) from [Flaticon](https://www.flaticon.com/) is licensed by [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/)
0 commit comments