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
公式URL 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
Eメール [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": [
        "*"
    ]
}