imgZombie - Image Toggler

Quick one-click toggle to turn images off and on. Works with local HTML files too!

Was ist imgZombie - Image Toggler?

imgZombie - Image Toggler ist eine Chrome-Erweiterung, die von jkupczak entwickelt wurde, und ihr Hauptmerkmal ist "Quick one-click toggle to turn images off and on. Works with local HTML files too!".

Erweiterungsscreenshots

screenshot

imgZombie - Image Toggler-Erweiterungs-CRX-Datei herunterladen

Laden Sie imgZombie - Image Toggler-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name imgZombie - Image Toggler imgZombie - Image Toggler
ID fgdhnpiaaiejkkpcmpkapbbfnibipklh
Offizielle URL https://chromewebstore.google.com/detail/imgzombie-image-toggler/fgdhnpiaaiejkkpcmpkapbbfnibipklh
Beschreibung Quick one-click toggle to turn images off and on. Works with local HTML files too!
Dateigröße 11.98 KB
Installationsanzahl 24
Aktuelle Version 1.0
Letztes Update 2019-08-09
Veröffentlichungsdatum 2019-08-09
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler jkupczak
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}