G Image Downloader

Google images download with a single click.

G Image Downloader란 무엇입니까?

G Image Downloader은(는) haubuikinina에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Google images download with a single click."입니다.

확장 프로그램 스크린샷

screenshot

G Image Downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        G Image Downloader - is a must have extension which lets you download images from Google Image page with a single click. 

Just select necessasry images and click "Download" button - all images will be downloaded automaticaly.                    

확장 프로그램 기본 정보

이름 G Image Downloader G Image Downloader
ID hefoogkjnnnhhhaoifkgaapegpokphcp
공식 URL https://chrome.google.com/webstore/detail/g-image-downloader/hefoogkjnnnhhhaoifkgaapegpokphcp
설명 Google images download with a single click.
파일 크기 75.11 KB
설치 횟수 10
현재 버전 1.7
최근 업데이트 2019-01-25
출시 날짜 2019-01-25
개발자 haubuikinina
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "content\/content.css"
            ],
            "js": [
                "lib\/jquery-3.2.1.min.js",
                "lib\/bootstrap.min.js",
                "content\/content.js"
            ],
            "matches": [
                "*:\/\/google.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/youtube.com\/*",
                "*:\/\/amazon.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/google.at\/*",
                "*:\/\/google.com.au\/*",
                "*:\/\/google.be\/*",
                "*:\/\/google.com.br\/*",
                "*:\/\/google.ca\/*",
                "*:\/\/google.ch\/*",
                "*:\/\/google.de\/*",
                "*:\/\/google.dk\/*",
                "*:\/\/google.es\/*",
                "*:\/\/google.fi\/*",
                "*:\/\/google.fr\/*",
                "*:\/\/google.co.in\/*",
                "*:\/\/google.it\/*",
                "*:\/\/google.com.mx\/*",
                "*:\/\/google.nl\/*",
                "*:\/\/google.no\/*",
                "*:\/\/google.co.nz\/*",
                "*:\/\/google.se\/*",
                "*:\/\/google.com.sg\/*",
                "*:\/\/google.co.uk\/*",
                "*:\/\/*.google.com\/*",
                "*:\/\/*.google.at\/*",
                "*:\/\/*.google.com.au\/*",
                "*:\/\/*.google.be\/*",
                "*:\/\/*.google.com.br\/*",
                "*:\/\/*.google.ca\/*",
                "*:\/\/*.google.ch\/*",
                "*:\/\/*.google.de\/*",
                "*:\/\/*.google.dk\/*",
                "*:\/\/*.google.es\/*",
                "*:\/\/*.google.fi\/*",
                "*:\/\/*.google.fr\/*",
                "*:\/\/*.google.co.in\/*",
                "*:\/\/*.google.it\/*",
                "*:\/\/*.google.com.mx\/*",
                "*:\/\/*.google.nl\/*",
                "*:\/\/*.google.no\/*",
                "*:\/\/*.google.co.nz\/*",
                "*:\/\/*.google.se\/*",
                "*:\/\/*.google.com.sg\/*",
                "*:\/\/*.google.co.uk\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'",
    "description": "Google images download with a single click.",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "256": "icons\/icon256.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "G Image Downloader",
    "permissions": [
        "activeTab",
        "tabs",
        "alarms",
        "*:\/\/google.com\/*",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/youtube.com\/*",
        "*:\/\/amazon.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/google.at\/*",
        "*:\/\/google.com.au\/*",
        "*:\/\/google.be\/*",
        "*:\/\/google.com.br\/*",
        "*:\/\/google.ca\/*",
        "*:\/\/google.ch\/*",
        "*:\/\/google.de\/*",
        "*:\/\/google.dk\/*",
        "*:\/\/google.es\/*",
        "*:\/\/google.fi\/*",
        "*:\/\/google.fr\/*",
        "*:\/\/google.co.in\/*",
        "*:\/\/google.it\/*",
        "*:\/\/google.com.mx\/*",
        "*:\/\/google.nl\/*",
        "*:\/\/google.no\/*",
        "*:\/\/google.co.nz\/*",
        "*:\/\/google.se\/*",
        "*:\/\/google.com.sg\/*",
        "*:\/\/google.co.uk\/*",
        "*:\/\/*.google.com\/*",
        "*:\/\/*.google.at\/*",
        "*:\/\/*.google.com.au\/*",
        "*:\/\/*.google.be\/*",
        "*:\/\/*.google.com.br\/*",
        "*:\/\/*.google.ca\/*",
        "*:\/\/*.google.ch\/*",
        "*:\/\/*.google.de\/*",
        "*:\/\/*.google.dk\/*",
        "*:\/\/*.google.es\/*",
        "*:\/\/*.google.fi\/*",
        "*:\/\/*.google.fr\/*",
        "*:\/\/*.google.co.in\/*",
        "*:\/\/*.google.it\/*",
        "*:\/\/*.google.com.mx\/*",
        "*:\/\/*.google.nl\/*",
        "*:\/\/*.google.no\/*",
        "*:\/\/*.google.co.nz\/*",
        "*:\/\/*.google.se\/*",
        "*:\/\/*.google.com.sg\/*",
        "*:\/\/*.google.co.uk\/*",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "G Image Downloader",
    "version": "1.7"
}