Tab Manager
One click to close inactive, non-pinned Google Chrome tabs
什麼是Tab Manager?
Tab Manager是由thealexbaron開發的Chrome擴展程式,該擴展的主要功能是“One click to close inactive, non-pinned Google Chrome tabs”。
擴展截圖
下載Tab Manager擴展crx文件
下載Tab Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
For some people, after a certain amount of time, inactive, unpinned tabs are basically garbage. This extension gives you a way to easily keep track of which tabs are crusty and remove them in one click. 擴展基本資訊
| 名稱 | |
| ID | ojhlhhjjechopenpeeffmohkochglide |
| 官方網址 | https://chromewebstore.google.com/detail/tab-manager/ojhlhhjjechopenpeeffmohkochglide |
| 簡介 | One click to close inactive, non-pinned Google Chrome tabs |
| 檔案大小 | 70.44 KB |
| 安裝次數 | 11 |
| 目前版本 | 1.5 |
| 更新時間 | 2016-06-23 |
| 上架時間 | 2016-06-23 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | thealexbaron |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tab Manager",
"version": "1.5",
"description": "One click to close inactive, non-pinned Google Chrome tabs",
"author": "Alex Baron",
"background": {
"persistent": true,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_popup": "popup.html"
},
"permissions": [
"tabs"
]
} | |