Tab Deduplicator
Displays the current number of open tabs, open windows or both
什么是Tab Deduplicator?
Tab Deduplicator是由Asafh开发的Chrome扩展程序,该扩展的主要功能是“Displays the current number of open tabs, open windows or both”。
扩展截图
下载Tab Deduplicator扩展crx文件
下载Tab Deduplicator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple indication on tab page of other tabs open with the same URL - clicking the action navigates to the next tab.
扩展基本信息
名称 | |
ID | jbhemaokagepomiajppddbhfolpkfdfi |
官方URL | https://chrome.google.com/webstore/detail/tab-deduplicator/jbhemaokagepomiajppddbhfolpkfdfi |
简介 | Displays the current number of open tabs, open windows or both |
文件大小 | 4.6 KB |
安装次数 | 26 |
当前版本 | 1.1 |
更新时间 | 2017-04-29 |
上架时间 | 2017-04-29 |
开发者 | Asafh |
付费类型 | free |
扩展官网 | https://github.com/asafh/chrome-tab-dedup |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Deduplicator", "version": "1.1", "description": "Displays the current number of open tabs, open windows or both", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "icons": { "128": "icon128.png" }, "incognito": "split", "page_action": { "default_icon": { "128": "icon128.png" }, "default_title": "Duplicate Tab" }, "manifest_version": 2 } |