Lightshot Gallery Downloader

Download your lightshot gallery in one click !

Was ist Lightshot Gallery Downloader?

Lightshot Gallery Downloader ist eine Chrome-Erweiterung, die von Сорок два entwickelt wurde, und ihr Hauptmerkmal ist "Download your lightshot gallery in one click !".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Lightshot Gallery Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lightshot Gallery Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension allows you to download all you screenshots from your lightshot gallery, 
in only one click and quickly !

All your screenshots will be saved in a zip archive.

The maximum limit of screenshots download is actually 5 000.

If you like my work please leave a comment :)

Contribute on github : https://github.com/Sorok-Dva/lightshot-gallery-downloader                    

Grundlegende Informationen zur Erweiterung

Name Lightshot Gallery Downloader Lightshot Gallery Downloader
ID fdbdmbnmihjoicckbhdmkfpbpndgneok
Offizielle URL https://chromewebstore.google.com/detail/lightshot-gallery-downloa/fdbdmbnmihjoicckbhdmkfpbpndgneok
Beschreibung Download your lightshot gallery in one click !
Dateigröße 191 KB
Installationsanzahl 569
Aktuelle Version 0.3
Letztes Update 2023-06-26
Veröffentlichungsdatum 2020-02-09
Bewertung 3.67/5 Insgesamt 6 Bewertungen
Entwickler Сорок два
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "author": "Llyam Garcia",
    "content_scripts": [
        {
            "js": [
                "js\/libs\/jquery.js",
                "js\/libs\/prntscr.js",
                "js\/libs\/jszip.js",
                "js\/libs\/jsziputils.js",
                "js\/libs\/filesaver.js",
                "prntscr-downloader.js"
            ],
            "matches": [
                "https:\/\/prnt.sc\/gallery.html"
            ]
        }
    ],
    "description": "Download your lightshot gallery in one click !",
    "externally_connectable": {
        "accept_tls_channel_id": true,
        "matches": [
            "*:\/\/prnt.sc\/gallery.html"
        ]
    },
    "homepage_url": "https:\/\/github.com\/Sorok-Dva\/lightshot-gallery-downloader",
    "icons": {
        "128": "logo128.png"
    },
    "manifest_version": 3,
    "name": "Lightshot Gallery Downloader",
    "host_permissions": [
        "*:\/\/prnt.sc\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3"
}