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是由jkupczak开发的Chrome扩展程序,该扩展的主要功能是“Quick one-click toggle to turn images off and on. Works with local HTML files too!”。

扩展截图

screenshot

下载imgZombie - Image Toggler扩展crx文件

下载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"
    ]
}