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\/"
    ]
}