Close other tabs
Browser extension to close other tabs
什么是Close other tabs?
Close other tabs是由nunofaria11开发的Chrome扩展程序,该扩展的主要功能是“Browser extension to close other tabs”。
扩展截图
下载Close other tabs扩展crx文件
下载Close other tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple extension that provides a quick way of closing every other tab in window.
扩展基本信息
名称 | |
ID | cohclepbfkicjacnladehmbiepoaobmm |
官方URL | https://chrome.google.com/webstore/detail/cohclepbfkicjacnladehmbiepoaobmm |
简介 | Browser extension to close other tabs |
文件大小 | 5.51 KB |
安装次数 | 33 |
当前版本 | 1.0.2 |
更新时间 | 2019-11-08 |
上架时间 | 2019-11-08 |
评分 | 5.00/5 共2次评分 |
开发者 | nunofaria11 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/nunofaria11/close-other-tabs-ext |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close other tabs", "version": "1.0.2", "description": "Browser extension to close other tabs", "author": "Nuno Faria", "homepage_url": "https:\/\/github.com\/nunofaria11\/close-other-tabs-ext", "manifest_version": 2, "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "main.js" ] }, "browser_action": { "default_icon": { "16": "icons\/close_16.png", "32": "icons\/close_32.png", "64": "icons\/close_64.png" } }, "icons": { "16": "icons\/close_16.png", "32": "icons\/close_32.png", "64": "icons\/close_64.png" } } |