Exty-Switchy
Easily enable/disable chrome extensions.
Cos'è Exty-Switchy?
Exty-Switchy è un'estensione di Chrome sviluppata da aedorado, e la sua funzione principale è "Easily enable/disable chrome extensions.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Exty-Switchy
Scarica i file di estensione Exty-Switchy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | jkeghhfibnjhcimpmhokggpfhokjeljo |
URL Ufficiale | https://chrome.google.com/webstore/detail/exty-switchy/jkeghhfibnjhcimpmhokggpfhokjeljo |
Descrizione | Easily enable/disable chrome extensions. |
Dimensione del File | 720 KB |
Conteggio Installazioni | 191 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2016-11-23 |
Data di Pubblicazione | 2016-11-23 |
Valutazione | 4.92/5 Totale 13 Valutazioni |
Sviluppatore | aedorado |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/aedorado/ext-control-panel |
Lingue Supportate | 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" } |