No Dupe Tabs
Swap to preexisting tab if url is already opened.
什么是No Dupe Tabs?
No Dupe Tabs是由J Wang开发的Chrome扩展程序,该扩展的主要功能是“Swap to preexisting tab if url is already opened.”。
扩展截图
下载No Dupe Tabs扩展crx文件
下载No Dupe Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you open a URL that already exists in one of your tabs, this simple extension will close the tab and switch to the preexisting tab! If you rarely reuse tabs, use this extension to avoid a list of duplicate tabs! Add website to whitelist if you want to allow duplicates for those websites. To access whitelist, press the extension icon at top right of your browser. Update- V2.1 - Added whitelist V2.2 - Fixed pop-up style on Windows V2.3 - Fixed empty whitelist bug
扩展基本信息
名称 | |
ID | fajkhkmabkgflclnlmfdafpikejjncca |
官方URL | https://chrome.google.com/webstore/detail/no-dupe-tabs/fajkhkmabkgflclnlmfdafpikejjncca |
简介 | Swap to preexisting tab if url is already opened. |
文件大小 | 37.89 KB |
安装次数 | 868 |
当前版本 | 2.3 |
更新时间 | 2016-08-11 |
上架时间 | 2016-08-11 |
评分 | 4.00/5 共9次评分 |
开发者 | J Wang |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Dupe Tabs", "version": "2.3", "manifest_version": 2, "description": "Swap to preexisting tab if url is already opened.", "icons": { "128": "icon.png" }, "browser_action": { "default_title": "noDupeTab", "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js", "jquery-3.1.0.min.js" ] }, "permissions": [ "tabs", "activeTab" ] } |