
Prevent Duplicate Tabs
大小:39.47KiB版本:v 0.7.7更新时间:2021-12-21
Prevent duplicate tabs
Prevent Duplicate Tabs 的使用方法详解,最全面的教程
Prevent Duplicate Tabs 描述:
用户数:1000
分类:生产工具插件
扩展大小:39.47 KiB
最后更新时间:2021-12-21
版本:v 0.7.7
Prevent Duplicate Tabs 插件简介:
这是来自Chrome商店的 Prevent Duplicate Tabs 浏览器插件,您可以在当前页面下载它的最新版本安装文件,并安装在Chrome、Edge等浏览器上。
Prevent Duplicate Tabs插件下载方法/流程:
点击下载按钮,关注“扩展迷Extfans”公众号并获取验证码,在网页弹窗中输入验证码,即可下载最新安装文件。
Prevent Duplicate Tabs插件安装教程/方法:
(1)将扩展迷上下载的安装包文件(.zip)解压为文件夹,其中类型为“crx”的文件就是接下来需要用到的安装文件
(2) 从设置->更多工具->扩展程序 打开扩展程序页面,或者地址栏输入 Chrome://extensions/ 按下回车打开扩展程序页面
(3) 打开扩展程序页面的“开发者模式”
(4) 将crx文件拖拽到扩展程序页面,
完成安装如有其它安装问题,
请扫描网站底部二维码与客服联系如有疑问请参考:
https://www.extfans.com/installation/Prevents from automatically creating new tabs or repeating tabs when two or more tabs have the same addresses
The process of closing repeated tabs is automatic based on settings that you can determine within the extension/add-on, it is also possible to quickly disable and activate the add-on without having to access the extensions panel.
You can add a host or URL to specify as an exception so that the add-on does not close repeated tabs.
The extension/add-on has support for closing repeated tabs in incognito/anonymous mode, but this works in isolation and will not share any information in anonymous mode with normal mode, being completely separate actions.
Among the configurations you can choose to consider or disregard querystring and hashes in URLs as a factor to differentiate them.
It is also possible to configure whether you prefer to close the oldest tabs and whether you want to prevent the active tab (currently visible) from being closed.
The closing of the tabs works based on events from the Chrome API and you can disable or reactivate such events within the extension/add-on:
# update event - Close repeated tabs when a tab is updated, more details in tabs.onUpdated.addListener
# create event - Close repeated tabs when a new tab is created, more details in tabs.onCreated.addListener
# remove event - Close repeated tabs when a tab is closed, more details in tabs.onRemoved.addListener
# replace event - Close repeated tabs when a tab is replaced with another tab due to prerendering or instant, more details in tabs.onReplaced.addListener
There are also two other events that can be disabled or reactivated that are specific to the extension/add-on:
# start event - Close repeated tabs when your browser is launched
# datachange event - Close repeated tabs when you change Sort order, Events, URLs and Others configurations from extension