Image Grabber

Extract all images from current web page

Image Grabberとは何ですか?

Image Grabberはhttps://germanov.devによって開発されたChromeの拡張機能で、その主な機能は「Extract all images from current web page」です。

拡張機能のスクリーンショット

screenshot

Image Grabber拡張機能のCRXファイルをダウンロード

Image Grabber拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Using this extension you can grab all images from current web page and download them as a single zip-archive. Also, it provides an interface to select which images to download.                    

拡張機能の基本情報

名前 Image Grabber Image Grabber
ID nhafocipdhkabgekppaioplmopkcckoj
公式URL https://chromewebstore.google.com/detail/image-grabber/nhafocipdhkabgekppaioplmopkcckoj
説明 Extract all images from current web page
ファイルサイズ 42.24 KB
インストール数 1,687
現在のバージョン 1.1
最終更新日 2022-12-14
公開日 2022-02-22
評価 3.00/5 合計 2 レビュー
開発者 https://germanov.dev
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://dev.to/andreygermanov/create-a-google-chrome-extension-part-1-image-grabber-1foa
ヘルプページのURL https://germanov.dev/contacts
プライバシーポリシーページのURL https://germanov.dev/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Grabber",
    "description": "Extract all images from current web page",
    "version": "1.1",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "background": []
}