Exty-Switchy
Easily enable/disable chrome extensions.
Was ist Exty-Switchy?
Exty-Switchy ist eine Chrome-Erweiterung, die von aedorado entwickelt wurde, und ihr Hauptmerkmal ist "Easily enable/disable chrome extensions.".
Erweiterungsscreenshots
Exty-Switchy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Exty-Switchy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Ever had the misfortune of disabling a chrome extension? Here comes a tedious (very tedious) task of migrating to a new tab altogether, searching for the said extension, disabling it and returning to the original page. But wait! What if I don't remember which page I was originally on? And what's the deal with me going to a new tab through so many mouse clicks just to disable some extension. Exty-switchy is the solution to all these problems! Just hit the extension icon next to the address bar and easily enable/disable whatever extension you may!
Grundlegende Informationen zur Erweiterung
Name | |
ID | jkeghhfibnjhcimpmhokggpfhokjeljo |
Offizielle URL | https://chrome.google.com/webstore/detail/exty-switchy/jkeghhfibnjhcimpmhokggpfhokjeljo |
Beschreibung | Easily enable/disable chrome extensions. |
Dateigröße | 720 KB |
Installationsanzahl | 191 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2016-11-23 |
Veröffentlichungsdatum | 2016-11-23 |
Bewertung | 4.92/5 Insgesamt 13 Bewertungen |
Entwickler | aedorado |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/aedorado/ext-control-panel |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Easily enable\/disable chrome extensions.", "manifest_version": 2, "name": "Exty-Switchy", "icons": { "512": "icons\/icon512.png" }, "browser_action": { "default_icon": "icons\/icon512.png", "default_popup": "popup.html", "default_title": "Easy Switching." }, "permissions": [ "management", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "version": "1.1.1" } |