Tab Cleanup - Close duplicate tabs
Add a button to remove duplicate tabs.
什么是Tab Cleanup - Close duplicate tabs?
Tab Cleanup - Close duplicate tabs是由Koen Punt开发的Chrome扩展程序,该扩展的主要功能是“Add a button to remove duplicate tabs.”。
下载Tab Cleanup - Close duplicate tabs扩展crx文件
下载Tab Cleanup - Close duplicate tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | ehnjmengmmjddlifamlnboeldnegbbif |
官方URL | https://chrome.google.com/webstore/detail/tab-cleanup-close-duplica/ehnjmengmmjddlifamlnboeldnegbbif |
简介 | Add a button to remove duplicate tabs. |
文件大小 | 15.99 KB |
安装次数 | 138 |
当前版本 | 0.0.1 |
更新时间 | 2016-08-02 |
上架时间 | 2015-11-22 |
评分 | 2.33/5 共3次评分 |
开发者 | Koen Punt |
付费类型 | free |
扩展官网 | https://github.com/koenpunt/chrome-tab-cleanup |
帮助页面URL | https://github.com/koenpunt/chrome-tab-cleanup |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Cleanup - Close duplicate tabs", "short_name": "Tab Cleanup", "version": "0.0.1", "description": "Add a button to remove duplicate tabs.", "homepage_url": "https:\/\/github.com\/koenpunt", "permissions": [ "tabs" ], "browser_action": { "default_title": "Close duplicate tabs" }, "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "background": { "scripts": [ "background.js" ] } } |