Google Image Downloader

This extension lets you directly download google images.

什麼是Google Image Downloader?

Google Image Downloader是由Thejus Kayanadath開發的Chrome擴展程式,該擴展的主要功能是“This extension lets you directly download google images.”。

擴展截圖

screenshot

下載Google Image Downloader擴展crx文件

下載Google Image Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Press the 'Download Image' button and it saves the image directly to your Downloads folder. Simple.                    

擴展基本資訊

名稱 Google Image Downloader Google Image Downloader
ID nfagjnjnmknppbpbeecillkcedghidcd
官方網址 https://chrome.google.com/webstore/detail/google-image-downloader/nfagjnjnmknppbpbeecillkcedghidcd
簡介 This extension lets you directly download google images.
檔案大小 6.87 KB
安裝次數 621
目前版本 0.0.1
更新時間 2017-11-24
上架時間 2017-11-24
評分 1.91/5 共 11 次評分
開發者 Thejus Kayanadath
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Image Downloader",
    "description": "This extension lets you directly download google images.",
    "version": "0.0.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/search?*tbm=isch*",
                "http:\/\/*\/search?*tbm=isch*"
            ]
        }
    ]
}