get the image!

This allows you to download a batch zip of images from a web page's documentation and css.

get the image!とは何ですか?

get the image!はkapyによって開発されたChromeの拡張機能で、その主な機能は「This allows you to download a batch zip of images from a web page's documentation and css.」です。

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

screenshot

get the image!拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Are you a web developer?
Have you ever thought, "I want to copy a cool LP" or "I want to know the total number of images used"? This extension allows you to download a batch zip file of all the images used in an open page.
It's an extension, so you don't need to worry about compatibility.
Happy development life!

Attention!

The acceptability of files from other than the same domain depends on the server settings.
Also, among the html attributes, the following four types are supported by default. For any other attributes you wish to obtain, please enter them in the text box.
  - src
  - srcset
  - data-src
  - data-srcset                    

拡張機能の基本情報

名前 get the image! get the image!
ID pbpnjlcchelkilcpkamkonhgpacjbibc
公式URL https://chromewebstore.google.com/detail/get-the-image/pbpnjlcchelkilcpkamkonhgpacjbibc
説明 This allows you to download a batch zip of images from a web page's documentation and css.
ファイルサイズ 108 KB
インストール数 26
現在のバージョン 1.1.0
最終更新日 2021-10-14
公開日 2021-09-21
評価 5.00/5 合計 1 レビュー
開発者 kapy
Eメール [email protected]
支払い方法 free
対応言語 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "get the image!",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "This allows you to download a batch zip of images from a web page's documentation and css.",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/240770894_197005722494949_3678857227278718278_n.png",
        "48": "img\/240770894_197005722494949_3678857227278718278_n.png",
        "128": "img\/240770894_197005722494949_3678857227278718278_n.png"
    },
    "permissions": [
        "http:\/\/*\/*\/",
        "https:\/\/*\/*\/"
    ],
    "content_scripts": [
        {
            "js": [
                "content_script.js",
                "jszip.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}