imgZombie - Image Toggler
Quick one-click toggle to turn images off and on. Works with local HTML files too!
Qu'est-ce que imgZombie - Image Toggler ?
imgZombie - Image Toggler est une extension Chrome développée par jkupczak, et sa fonction principale est "Quick one-click toggle to turn images off and on. Works with local HTML files too!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension imgZombie - Image Toggler
Téléchargez les fichiers d'extension imgZombie - Image Toggler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | imgZombie - Image Toggler |
ID | fgdhnpiaaiejkkpcmpkapbbfnibipklh |
URL Officiel | https://chromewebstore.google.com/detail/imgzombie-image-toggler/fgdhnpiaaiejkkpcmpkapbbfnibipklh |
Description | Quick one-click toggle to turn images off and on. Works with local HTML files too! |
Taille du Fichier | 11.98 KB |
Nombre d'Installations | 24 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-08-09 |
Date de Publication | 2019-08-09 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | jkupczak |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |