Exty-Switchy
Easily enable/disable chrome extensions.
Co je Exty-Switchy?
Exty-Switchy je rozšíření Chrome vyvinuté aedorado, a jeho hlavní funkcí je „Easily enable/disable chrome extensions.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Exty-Switchy
Stáhněte si soubory rozšíření Exty-Switchy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | jkeghhfibnjhcimpmhokggpfhokjeljo |
Oficiální URL | https://chrome.google.com/webstore/detail/exty-switchy/jkeghhfibnjhcimpmhokggpfhokjeljo |
Popis | Easily enable/disable chrome extensions. |
Velikost souboru | 720 KB |
Počet instalací | 191 |
Aktuální Verze | 1.1.1 |
Poslední Aktualizace | 2016-11-23 |
Datum Vydání | 2016-11-23 |
Hodnocení | 4.92/5 Celkem 13 Hodnocení |
Vývojář | aedorado |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/aedorado/ext-control-panel |
Podporované Jazyky | 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" } |