GetThemAll

Download all the images on a webpage

GetThemAllとは何ですか?

GetThemAllはfedererchouによって開発されたChromeの拡張機能で、その主な機能は「Download all the images on a webpage」です。

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

screenshot

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

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

拡張機能の使用方法

                        You can use this extension to download all the images on a webpage. You can specify the folder you want these images to save to.                    

拡張機能の基本情報

名前 GetThemAll GetThemAll
ID fhkjfciooifcflkailbnchdaihccdebf
公式URL https://chrome.google.com/webstore/detail/getthemall/fhkjfciooifcflkailbnchdaihccdebf
説明 Download all the images on a webpage
ファイルサイズ 207 KB
インストール数 31,420
現在のバージョン 1.2.3
最終更新日 2018-01-25
公開日 2018-01-25
評価 2.32/5 合計 119 レビュー
開発者 federerchou
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GetThemAll",
    "description": "Download all the images on a webpage",
    "version": "1.2.3",
    "author": "[email protected]",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "GetThemAll"
    },
    "background": {
        "scripts": [
            "manager.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "downloads",
        "file:\/\/*"
    ]
}