Kill-Switch
Kills any unproductive chrome tabs.
Wat is Kill-Switch?
Kill-Switch is een Chrome-extensie ontwikkeld door Evan Klein, en de belangrijkste functie is "Kills any unproductive chrome tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Kill-Switch
Download Kill-Switch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | hbnifenjjcmfoafpkomomlnldlcddaec |
| Officiële URL | https://chromewebstore.google.com/detail/kill-switch/hbnifenjjcmfoafpkomomlnldlcddaec |
| Beschrijving | Kills any unproductive chrome tabs. |
| Bestandsgrootte | 61.17 KB |
| Aantal Installaties | 239 |
| Huidige Versie | 1.10.3 |
| Laatst Bijgewerkt | 2016-07-26 |
| Publicatiedatum | 2016-07-26 |
| Ontwikkelaar | Evan Klein |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/"
]
} | |