pixieDownloader

Download albums from any Pixieset gallery as a handy ZIP. To use, just click the icon from the extensions menu.…

什么是pixieDownloader?

pixieDownloader是由EncryptedCurse开发的Chrome扩展程序,该扩展的主要功能是“Download albums from any Pixieset gallery as a handy ZIP. To use, just click the icon from the extensions menu.…”。

扩展截图

screenshot

下载pixieDownloader扩展crx文件

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

扩展使用说明

                        Download albums from any Pixieset gallery as a handy ZIP. 

To use, just click the icon from the extensions menu.

https://github.com/EncryptedCurse/pixieDownloader                    

扩展基本信息

名称 pixieDownloader pixieDownloader
ID dlkkpllanjgdehefimepnaiceoflhbpj
官方URL https://chromewebstore.google.com/detail/pixiedownloader/dlkkpllanjgdehefimepnaiceoflhbpj
简介 Download albums from any Pixieset gallery as a handy ZIP. To use, just click the icon from the extensions menu.…
文件大小 43.34 KB
安装次数 1,200
当前版本 1.1
更新时间 2021-02-23
上架时间 2021-02-23
评分 2.00/5 共2次评分
开发者 EncryptedCurse
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "pixieDownloader",
    "version": "1.1",
    "icons": {
        "128": "icon\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jsZip.min.js",
                "content.js"
            ]
        }
    ],
    "action": []
}