zzllrr Imager Lite

Lite version of ZIG, that batch downloads pictures with one key. Heavy users please install Geek version goo.gl/n8SMk

zzllrr Imager Liteคืออะไร?

zzllrr Imager Lite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites.google.com/site/zzllrrimager และคุณลักษณะหลักของมันคือ "Lite version of ZIG, that batch downloads pictures with one key. Heavy users please install Geek version goo.gl/n8SMk"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย zzllrr Imager Lite

ดาวน์โหลดไฟล์ส่วนขยาย zzllrr Imager Lite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        

It can download all images on a web page in one go. It is great for grabbing images in photo gallery (e.g. Flickr), social networks (e.g. Facebook) and Google Image Search.

It can obtain large photos (instead of thumbnails) in Facebook, Google+, Picasa, Flickr, Bing Image Search, Google Image Search, etc.
 
zzllrr Imager can detect and download images kept:

*as favicon
*as Meta
*as Canvas
*in single tab
*in stylesheets
*as linked to images
*as hidden in text

It is capable to take image files from:

*selected tab(s) simultaneously
*URLs directly typed in
*selected chrome window(s) simultaneously


For more info, please visit the Official site of zzllrr Imager
 ( https://sites.google.com/site/zzllrrimager )

For Privacy Policy
https://sites.google.com/site/zzllrrimager/about

For questions and feedback
Please Email zzllrr                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ zzllrr Imager Lite zzllrr Imager Lite
ID bedbigoemkinkepgmcmgnapjcahnedmn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zzllrr-imager-lite/bedbigoemkinkepgmcmgnapjcahnedmn
คำอธิบาย Lite version of ZIG, that batch downloads pictures with one key. Heavy users please install Geek version goo.gl/n8SMk
ขนาดไฟล์ 1.1 MB
จำนวนการติดตั้ง 14,335
เวอร์ชันปัจจุบัน 2021.2.9
อัปเดตครั้งล่าสุด 2021-02-10
วันที่เผยแพร่ 2020-10-13
คะแนน 3.30/5 รวมทั้งหมด 100 คะแนน
ผู้พัฒนา https://sites.google.com/site/zzllrrimager
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sites.google.com/site/zzllrrimager
URL หน้าช่วยเหลือ http://weibo.com/zzllrrimager
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/site/zzllrrimager/about
ภาษาที่รองรับ en,zh-CN,zh-TW
manifest.json
{
    "background": {
        "page": "back.html"
    },
    "browser_action": {
        "default_icon": "img\/ZIL.png",
        "default_title": "__MSG_zdesc__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/lib\/jQ.js",
                "js\/lib\/Base64.js",
                "js\/cfg\/cfg.js",
                "js\/lib\/zmather_zlr.js",
                "js\/htm\/face.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_zdesc2__",
    "icons": {
        "128": "img\/ZIL.png",
        "16": "img\/ZIL.png",
        "48": "img\/ZIL.png"
    },
    "name": "__MSG_zname__",
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "options_page": "opt.html",
    "permissions": [
        "tabs",
        "",
        "contextMenus",
        "downloads"
    ],
    "version": "2021.2.9",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2
}