Close duplicate tab
Close duplicate tab on current window.
什么是Close duplicate tab?
Close duplicate tab是由https://heppokofrontend.dev开发的Chrome扩展程序,该扩展的主要功能是“Close duplicate tab on current window.”。
扩展截图
下载Close duplicate tab扩展crx文件
下载Close duplicate tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
At work, I get a lot of notifications from GitHub, Redmine, Backlog, and so on. If you keep opening them in a new tab to read them later, you will have too many tabs in no time. This Extension allows you to organize them in an instant and reload the remaining tabs to make them up-to-date! ## v1.0.3 - Update English - Change to use dialog on all task button - Fix confirm dialog bugs ## v1.0.2 - Update function "Divide all tabs for each hostname" - Option added to group tabs into the same window according to the number of sheets when there are only a few tabs with the same hostname. ## v1.0.1 - Fix critical bug that is not able to load savedata ## v1.0.0 - Stable release
扩展基本信息
名称 | Close duplicate tab |
ID | ollnnjepahcgphpjjhcfohpelmpldghj |
官方URL | https://chromewebstore.google.com/detail/close-duplicate-tab/ollnnjepahcgphpjjhcfohpelmpldghj |
简介 | Close duplicate tab on current window. |
文件大小 | 22.46 KB |
安装次数 | 1,280 |
当前版本 | 1.0.3 |
更新时间 | 2023-05-15 |
上架时间 | 2021-07-14 |
评分 | 5.00/5 共3次评分 |
开发者 | https://heppokofrontend.dev |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/heppokofrontend/chrome-extension-close-duplicate-tabs |
帮助页面URL | https://github.com/heppokofrontend/chrome-extension-close-duplicate-tabs/issues |
隐私政策页面URL | https://gist.github.com/heppokofrontend/0247f1d697df2fd8e798320f403727e8 |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "1.0.3", "description": "__MSG_extDesc__", "action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "background": { "service_worker": "worker.js" }, "permissions": [ "tabs", "storage" ], "icons": { "128": "images\/icon.png" }, "default_locale": "en" } |