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 |
| 官方網址 | 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"
} | |