Image Grabber

Download images in bulk without clutter

什麼是Image Grabber?

Image Grabber是由Christian Clarke開發的Chrome擴展程式,該擴展的主要功能是“Download images in bulk without clutter”。

擴展截圖

screenshot

下載Image Grabber擴展crx文件

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

擴展使用說明

                        Need to download all images from the page?
Image Grabber will do it. And filters out clutter -- just specify minimum image size.

What addon can do:
✔️ Download all images on the page
✔️ Filter out by size
✔️ Proper file name
✔️ Supports all web media formats                    

擴展基本資訊

名稱 Image Grabber Image Grabber
ID codgffmjmmfaihkhhcfifbfooeoepgfm
官方網址 https://chrome.google.com/webstore/detail/image-grabber/codgffmjmmfaihkhhcfifbfooeoepgfm
簡介 Download images in bulk without clutter
檔案大小 1.12 MB
安裝次數 300,000
目前版本 0.16
更新時間 2021-02-01
上架時間 2021-02-01
評分 1.63/5 共 8 次評分
開發者 Christian Clarke
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.notion.so/Privacy-policy-Image-Grabber-813651327d384fab9c1160aa1cfe5e02
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com https:\/\/*.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "lib\/jquery\/jquery-3.4.1.js",
                "content.js",
                "img_count.js"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "downloads",
        ""
    ],
    "version": "0.16",
    "default_locale": "en",
    "web_accessible_resources": [
        "*"
    ]
}