pixieDownloader

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

pixieDownloader là gì?

pixieDownloader là một tiện ích mở rộng Chrome được phát triển bởi EncryptedCurse, và tính năng chính của nó là "Download albums from any Pixieset gallery as a handy ZIP. To use, just click the icon from the extensions menu.…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng pixieDownloader

Tải xuống các tệp mở rộng pixieDownloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên pixieDownloader pixieDownloader
ID dlkkpllanjgdehefimepnaiceoflhbpj
URL Chính Thức https://chromewebstore.google.com/detail/pixiedownloader/dlkkpllanjgdehefimepnaiceoflhbpj
Mô tả Download albums from any Pixieset gallery as a handy ZIP. To use, just click the icon from the extensions menu.…
Kích Thước Tệp 43.34 KB
Số Lần Cài Đặt 1,200
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-02-23
Ngày Phát Hành 2021-02-23
Đánh Giá 2.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển EncryptedCurse
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
}