Kill-Switch

Kills any unproductive chrome tabs.

什么是Kill-Switch?

Kill-Switch是由Evan Klein开发的Chrome扩展程序,该扩展的主要功能是“Kills any unproductive chrome tabs.”。

扩展截图

screenshot

下载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!                    

扩展基本信息

名称 Kill-Switch Kill-Switch
ID hbnifenjjcmfoafpkomomlnldlcddaec
官方URL 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\/"
    ]
}