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