pixieDownloader

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

Co to jest pixieDownloader?

pixieDownloader to rozszerzenie Chrome opracowane przez EncryptedCurse, a jego główną funkcją jest „Download albums from any Pixieset gallery as a handy ZIP. To use, just click the icon from the extensions menu.…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia pixieDownloader

Pobierz pliki rozszerzeń pixieDownloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa pixieDownloader pixieDownloader
ID dlkkpllanjgdehefimepnaiceoflhbpj
Oficjalny URL https://chromewebstore.google.com/detail/pixiedownloader/dlkkpllanjgdehefimepnaiceoflhbpj
Opis Download albums from any Pixieset gallery as a handy ZIP. To use, just click the icon from the extensions menu.…
Rozmiar pliku 43.34 KB
Liczba instalacji 1,200
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2021-02-23
Data Publikacji 2021-02-23
Ocena 2.00/5 Łącznie 2 Oceny
Deweloper EncryptedCurse
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": []
}