imgZombie - Image Toggler

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

Vad är imgZombie - Image Toggler?

imgZombie - Image Toggler är en Chrome-tillägg utvecklad av jkupczak, och dess huvudfunktion är "Quick one-click toggle to turn images off and on. Works with local HTML files too!".

Tilläggsskärmbilder

screenshot

Ladda ner imgZombie - Image Toggler-förlängningens CRX-fil

Ladda ner imgZombie - Image Toggler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn imgZombie - Image Toggler imgZombie - Image Toggler
ID fgdhnpiaaiejkkpcmpkapbbfnibipklh
Officiell webbadress https://chromewebstore.google.com/detail/imgzombie-image-toggler/fgdhnpiaaiejkkpcmpkapbbfnibipklh
Beskrivning Quick one-click toggle to turn images off and on. Works with local HTML files too!
Filstorlek 11.98 KB
Antal Installationer 24
Aktuell Version 1.0
Senast Uppdaterad 2019-08-09
Publiceringsdatum 2019-08-09
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare jkupczak
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}