Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

mbhutton/chrome-duplicate-tab-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chrome-duplicate-tab-detector

Note: this extension is no longer maintained, as I no longer use Chrome.

chrome-duplicate-tab-detector is an extension for Google Chrome which alters the behaviour of opening a new tab to help reduce duplicate tabs (tabs displaying the same URL).

When opening a new tab, and a duplicate tab exists in the same window, it closes the new tab and selects the duplicate tab. If there's no duplicate, the new tab is opened as usual.

Notes and limitations:
 * Chrome manifest version 2
 * Only applies to new tabs--navigation within a single tab is not affected.
 * Tabs in other windows are ignored.
 * Does not handle redirects--the requested URL must match the duplicated page URL exactly to be considered a duplicate.
 * Does not detect new tabs which are opened via javascript (e.g. via bookmarklets)
 * Does not auto-update

About

An extension for Google Chrome which navigates to an existing tab when opening a duplicate new tab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published