Save All Opened Pics

Download all images from all opened tabs at once

什么是Save All Opened Pics?

Save All Opened Pics是由TaufikNur Production开发的Chrome扩展程序,该扩展的主要功能是“Download all images from all opened tabs at once”。

扩展截图

screenshot
screenshot

下载Save All Opened Pics扩展crx文件

下载Save All Opened Pics扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A chrome extension that helps you to download all images which opened in separate tabs at once. You can open photos or images which you want to download in new tab as many as you wish before actually mass download them.                    

扩展基本信息

名称 Save All Opened Pics Save All Opened Pics
ID meceblpljineinfobhifpfaolaeonddk
官方URL https://chromewebstore.google.com/detail/save-all-opened-pics/meceblpljineinfobhifpfaolaeonddk
简介 Download all images from all opened tabs at once
文件大小 27.33 KB
安装次数 1,406
当前版本 0.0.1
更新时间 2020-07-29
上架时间 2020-07-28
评分 1.67/5 共6次评分
开发者 TaufikNur Production
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save All Opened Pics",
    "version": "0.0.1",
    "description": "Download all images from all opened tabs at once",
    "author": "Taufik Nur Rahmanda",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Save All Opened Pics",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}