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
官方網址 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": []
}