Kill-Switch
Kills any unproductive chrome tabs.
什麼是Kill-Switch?
Kill-Switch是由Evan Klein開發的Chrome擴展程式,該擴展的主要功能是“Kills any unproductive chrome tabs.”。
擴展截圖
下載Kill-Switch擴展crx文件
下載Kill-Switch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Feeling unproductive? Kill-Switch for Chrome is a simple application made by procrastinators, for procrastinators. Save time and unclose all your unproductive tabs with just a single click! 擴展基本資訊
| 名稱 | |
| ID | hbnifenjjcmfoafpkomomlnldlcddaec |
| 官方網址 | https://chromewebstore.google.com/detail/kill-switch/hbnifenjjcmfoafpkomomlnldlcddaec |
| 簡介 | Kills any unproductive chrome tabs. |
| 檔案大小 | 61.17 KB |
| 安裝次數 | 239 |
| 目前版本 | 1.10.3 |
| 更新時間 | 2016-07-26 |
| 上架時間 | 2016-07-26 |
| 開發者 | Evan Klein |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Kill-Switch",
"description": "Kills any unproductive chrome tabs.",
"version": "1.10.3",
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"browser_action": {
"default_icon": "images\/icon.png",
"icons": {
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"activeTab",
"storage",
"https:\/\/ajax.googleapis.com\/"
]
} | |