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
官方網址 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"
    ]
}