Close Others
Close Other Tabs.
什么是Close Others?
Close Others是由asukaze开发的Chrome扩展程序,该扩展的主要功能是“Close Other Tabs.”。
扩展截图
下载Close Others扩展crx文件
下载Close Others扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Add "Close Others" Button into toolbar.
All tabs except the current tab will be closed.
Close Left: https://chrome.google.com/webstore/detail/close-left/gdpopcppmglkiodhjobnjbogcoacgkoa
Close Right: https://chrome.google.com/webstore/detail/close-right/npemobdkdcknhfaiioheeffincgpgafj 扩展基本信息
| 名称 | |
| ID | jlkpafdhmdhiahnmcmjejmlidghcobeb |
| 官方URL | https://chromewebstore.google.com/detail/close-others/jlkpafdhmdhiahnmcmjejmlidghcobeb |
| 简介 | Close Other Tabs. |
| 文件大小 | 43.24 KB |
| 安装次数 | 1,338 |
| 当前版本 | 0.4 |
| 更新时间 | 2022-06-16 |
| 上架时间 | 2014-07-23 |
| 评分 | 5.00/5 共9次评分 |
| 开发者 | asukaze |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.asukaze.net/soft/ch_removetabs/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Close Others",
"version": "0.4",
"manifest_version": 3,
"description": "Close Other Tabs.",
"icons": {
"16": "close_others.png",
"48": "close_others_48.png",
"128": "close_others_128.png"
},
"action": {
"default_icon": "close_others.png",
"default_title": "Close Others"
},
"background": {
"service_worker": "close_others.js"
}
} | |