Tab Killer
Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!
什么是Tab Killer?
Tab Killer是由Lucian Grijincu开发的Chrome扩展程序,该扩展的主要功能是“Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!”。
扩展截图
下载Tab Killer扩展crx文件
下载Tab Killer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Right click and choose what to close:
- duplicate tabs
- tabs to the left or right
- from the same or different domain or URL as the current one
- from the current domain, but with a part of the URL path identical 扩展基本信息
| 名称 | |
| ID | emoianadnmpcffipnfhddhdjchjcchhb |
| 官方URL | https://chromewebstore.google.com/detail/tab-killer/emoianadnmpcffipnfhddhdjchjcchhb |
| 简介 | Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more! |
| 文件大小 | 10.83 KB |
| 安装次数 | 459 |
| 当前版本 | 1.4 |
| 更新时间 | 2017-01-24 |
| 上架时间 | 2017-01-24 |
| 评分 | 3.60/5 共10次评分 |
| 开发者 | Lucian Grijincu |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "tab-killer.html"
},
"description": "Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!",
"icons": {
"128": "x-128.png"
},
"manifest_version": 2,
"name": "Tab Killer",
"permissions": [
"contextMenus",
"tabs"
],
"version": "1.4"
} | |