zzllrr Imager Geek

Bulk Image Downloader & Handy Tools by zzllrr.

zzllrr Imager Geek란 무엇입니까?

zzllrr Imager Geek은(는) https://sites.google.com/site/zzllrrimager에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bulk Image Downloader & Handy Tools by zzllrr."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

zzllrr Imager Geek 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}