imgZombie - Image Toggler

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

Wat is imgZombie - Image Toggler?

imgZombie - Image Toggler is een Chrome-extensie ontwikkeld door jkupczak, en de belangrijkste functie is "Quick one-click toggle to turn images off and on. Works with local HTML files too!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie imgZombie - Image Toggler

Download imgZombie - Image Toggler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam imgZombie - Image Toggler imgZombie - Image Toggler
ID fgdhnpiaaiejkkpcmpkapbbfnibipklh
Officiële URL https://chromewebstore.google.com/detail/imgzombie-image-toggler/fgdhnpiaaiejkkpcmpkapbbfnibipklh
Beschrijving Quick one-click toggle to turn images off and on. Works with local HTML files too!
Bestandsgrootte 11.98 KB
Aantal Installaties 24
Huidige Versie 1.0
Laatst Bijgewerkt 2019-08-09
Publicatiedatum 2019-08-09
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar jkupczak
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}