Duplicate Tab Helper

Prevent duplicate tabs effortlessly.

什么是Duplicate Tab Helper?

Duplicate Tab Helper是由https://justinreinhart.com开发的Chrome扩展程序,该扩展的主要功能是“Prevent duplicate tabs effortlessly.”。

扩展截图

screenshot

下载Duplicate Tab Helper扩展crx文件

下载Duplicate Tab Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Duplicate Tab Helper prevents the opening of duplicate URLs at the moment new tabs are opened. If an exact duplicate is found, the newer tab will be replaced with the existing tab as seamlessly as possible. The effect is so subtle you may not even notice it happening. Duplicate Tab Helper is FANTASTIC for doing research and quietly makes your browsing experience more enjoyable.

Duplicate Tab Helper is 100% sadness free. Unlike other extensions, great care is taken to make sure that when a duplicate is detected and discarded that it doesn't contain unsaved information. There is literally zero instances where this extension discards an old tab that you might have been using (unless you change your preferences.) Sometimes this means a few duplicates are ignored under specific circumstances. In cases of uncertainty, caution is favored over cleanup.

Tips:
* You can still create a duplicate. Right-click my icon and select 'Duplicate'. Additionally, you can still open duplicate URLs in new windows. Shift-clicking a link should do this.

* Duplicate Tab Helper is not intended for web developers who frequently need new tabs to replace the old tabs each time they make a change. I love you guys and gals but this extension will drive you crazy. :)

Best,
Justin

*** RELEASE NOTES ***
2019-07-05 1.4.4 Fixed: Duplicates are no longer matched between incognito and non-incognito ecosystems. This only became an issue when the "all windows" search feature was introduced in 1.4.2.

1.4.3 Tightened up duplicate disposal to only dispose of duplicate after active tab has been set. This is to (hopefully) address a rare bug when opening new blank tabs where focus was not properly put on the remaining tab.

1.4.2 Added option to search all windows for duplicates. No longer checks for duplicates in pinned tabs or in non-"normal" windows such as "popup", "panel", "app", or "devtools". If catching duplicates in these window types is desired please send an email and let me know some specifics.

1.4.1 Under default settings, instead of ignoring "navigation duplicates", duplicates are pulled forward to the same position as the active tab, but no tabs are removed.

1.4.0 Customization options added for how to deal with "navigation duplicates"

2019-06-17 Update 1.3.9: Can now detect duplicate URLs with a hash (#) character in them. Also if you open a blank tab and happen to type a URL that is already open into a BLANK TAB then the duplicate will be matched and handled.  

2019-06-16 Update 1.3.7: Disabled notifications. On Windows 10 they are put into a notification center and must be manually dismissed. That's way too much clutter, so I disabled them. Thanks for trying them out.

2019-06-16 Update 1.3.6: Support added for bounced URLs! But only if the tab was opened in the background. I think this is a nice compromise to keep the extension lightweight but still very effective.

2019-06-15 Update: Right-click menu has a 'Duplicate' option in case user really does want a duplicate.                    

扩展基本信息

名称 Duplicate Tab Helper Duplicate Tab Helper
ID oaceoebbkmkgfjhmngdinoclnionlgoh
官方URL https://chromewebstore.google.com/detail/duplicate-tab-helper/oaceoebbkmkgfjhmngdinoclnionlgoh
简介 Prevent duplicate tabs effortlessly.
文件大小 268 KB
安装次数 2,445
当前版本 1.4.4.1
更新时间 2019-07-06
上架时间 2019-07-05
评分 3.52/5 共44次评分
开发者 https://justinreinhart.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Duplicate Tab Helper",
    "version": "1.4.4.1",
    "manifest_version": 2,
    "icons": {
        "19": "img\/dth-icon-19.png",
        "48": "img\/dth-icon-48.png",
        "128": "img\/dth-icon-128.png"
    },
    "description": "Prevent duplicate tabs effortlessly.",
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Duplicate Tab Helper",
        "default_icon": "img\/dth-icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "img\/*",
        "css\/*",
        "js\/*"
    ],
    "background": {
        "scripts": [
            "js\/common.js",
            "js\/background.js",
            "js\/ui.js"
        ]
    }
}