pixieDownloader

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

pixieDownloaderคืออะไร?

pixieDownloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EncryptedCurse และคุณลักษณะหลักของมันคือ "Download albums from any Pixieset gallery as a handy ZIP. To use, just click the icon from the extensions menu.…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย pixieDownloader

ดาวน์โหลดไฟล์ส่วนขยาย 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": []
}