imgZombie - Image Toggler

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

Что такое imgZombie - Image Toggler?

imgZombie - Image Toggler - это расширение Chrome, разработанное jkupczak, и его основная функция - "Quick one-click toggle to turn images off and on. Works with local HTML files too!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения imgZombie - Image Toggler

Скачайте файлы расширений imgZombie - Image Toggler в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название imgZombie - Image Toggler imgZombie - Image Toggler
ID fgdhnpiaaiejkkpcmpkapbbfnibipklh
Официальный URL https://chromewebstore.google.com/detail/imgzombie-image-toggler/fgdhnpiaaiejkkpcmpkapbbfnibipklh
Описание Quick one-click toggle to turn images off and on. Works with local HTML files too!
Размер файла 11.98 KB
Количество установок 24
Текущая Версия 1.0
Последнее Обновление 2019-08-09
Дата публикации 2019-08-09
Рейтинг 5.00/5 Всего 3 оценок
Разработчик jkupczak
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}