Kill-Switch
Kills any unproductive chrome tabs.
Apa itu Kill-Switch?
Kill-Switch adalah ekstensi Chrome yang dikembangkan oleh Evan Klein, dan fitur utamanya adalah "Kills any unproductive chrome tabs.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Kill-Switch
Unduh file ekstensi Kill-Switch dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Kill-Switch |
ID | hbnifenjjcmfoafpkomomlnldlcddaec |
URL Resmi | https://chromewebstore.google.com/detail/kill-switch/hbnifenjjcmfoafpkomomlnldlcddaec |
Deskripsi | Kills any unproductive chrome tabs. |
Ukuran File | 61.17 KB |
Jumlah Instalasi | 239 |
Versi Saat Ini | 1.10.3 |
Terakhir Diperbarui | 2016-07-26 |
Tanggal Publikasi | 2016-07-26 |
Pengembang | Evan Klein |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/" ] } |