zzllrr Imager Geek

Bulk Image Downloader & Handy Tools by zzllrr.

zzllrr Imager Geekคืออะไร?

zzllrr Imager Geek เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites.google.com/site/zzllrrimager และคุณลักษณะหลักของมันคือ "Bulk Image Downloader & Handy Tools by zzllrr."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Privacy & Disclaimer
https://sites.google.com/site/zzllrrimager/about
------Features in Geek version------
- A popup equiped with handy geek tools for image grabbing, webpage enhancement, etc.

- Mass download large images instead of thumbnails with optional rules

- Save pictures in single tab, multiple URLs, multiple tabs, multiple Chrome windows.

- Filter images by dimensions (Width x Height)

- Filter images extension: BMP ICO GIF JPEG JPG APNG MNG JNG PNG SVG WEBP

- Filter images by Alt, Title, Link, Name, URL (regular expressions supported)

- Grab pictures as favicon, in CSS stylesheets, in Meta, in HTML5 canvas, as linked to, in text

- Flip / Rotate images and save the transformed pics

- Rename pictures with optional rules or set folder path before saving

- Quick image grabbing (CTRL + Q)

- Quick saving pictures (Alt + Q)

- Export URL list, HTML code, UBB code

- Pin selected images (CTRL + ALT + Q)

- Image Slideshow (CTRL + ALT + SPACE)                    

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

ชื่อ zzllrr Imager Geek zzllrr Imager Geek
ID gfjhimhkjmipphnaminnnnjpnlneeplk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zzllrr-imager-geek/gfjhimhkjmipphnaminnnnjpnlneeplk
คำอธิบาย Bulk Image Downloader & Handy Tools by zzllrr.
ขนาดไฟล์ 1.11 MB
จำนวนการติดตั้ง 31,526
เวอร์ชันปัจจุบัน 2022.2.9
อัปเดตครั้งล่าสุด 2022-02-10
วันที่เผยแพร่ 2020-10-13
คะแนน 3.55/5 รวมทั้งหมด 474 คะแนน
ผู้พัฒนา https://sites.google.com/site/zzllrrimager
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sites.google.com/site/zzllrrimager/about
URL หน้าช่วยเหลือ http://www.facebook.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\/ZIG.png",
        "default_title": "__MSG_zdesc__",
        "default_popup": "pop.html"
    },
    "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\/ZIG.png",
        "16": "img\/ZIG.png",
        "48": "img\/ZIG.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": "2022.2.9",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2
}