imgZombie - Image Toggler
Quick one-click toggle to turn images off and on. Works with local HTML files too!
Cos'è imgZombie - Image Toggler?
imgZombie - Image Toggler è un'estensione di Chrome sviluppata da jkupczak, e la sua funzione principale è "Quick one-click toggle to turn images off and on. Works with local HTML files too!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione imgZombie - Image Toggler
Scarica i file di estensione imgZombie - Image Toggler 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
Kill images and then raise them from the grave! imgZombie allows you to turn off all images on the page that you're currently viewing. Just click the extension icon in your toolbar to activate. Click it again to turn all images back on. If you want to do this on a local HTML file, make sure you give imgZombie access in the Extension settings page.
Informazioni di Base sull'Estensione
Nome | imgZombie - Image Toggler |
ID | fgdhnpiaaiejkkpcmpkapbbfnibipklh |
URL Ufficiale | https://chromewebstore.google.com/detail/imgzombie-image-toggler/fgdhnpiaaiejkkpcmpkapbbfnibipklh |
Descrizione | Quick one-click toggle to turn images off and on. Works with local HTML files too! |
Dimensione del File | 11.98 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-08-09 |
Data di Pubblicazione | 2019-08-09 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | jkupczak |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "imgZombie - Image Toggler", "description": "Quick one-click toggle to turn images off and on. Works with local HTML files too!", "version": "1.0", "icons": { "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": "icons\/icon-128.png", "default_title": "Toggle Images" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab" ] } |