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:\/\/*"
    ]
}