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
Eメール [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": []
}