Kill-Switch
Kills any unproductive chrome tabs.
Vad är Kill-Switch?
Kill-Switch är en Chrome-tillägg utvecklad av Evan Klein, och dess huvudfunktion är "Kills any unproductive chrome tabs.".
Tilläggsskärmbilder
Ladda ner Kill-Switch-förlängningens CRX-fil
Ladda ner Kill-Switch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Kill-Switch |
ID | hbnifenjjcmfoafpkomomlnldlcddaec |
Officiell webbadress | https://chromewebstore.google.com/detail/kill-switch/hbnifenjjcmfoafpkomomlnldlcddaec |
Beskrivning | Kills any unproductive chrome tabs. |
Filstorlek | 61.17 KB |
Antal Installationer | 239 |
Aktuell Version | 1.10.3 |
Senast Uppdaterad | 2016-07-26 |
Publiceringsdatum | 2016-07-26 |
Utvecklare | Evan Klein |
Betalningssätt | free |
Stödda Språk | 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\/" ] } |