Lightshot Gallery Downloader

Download your lightshot gallery in one click !

Lightshot Gallery Downloader क्या है?

Lightshot Gallery Downloader Сорок два द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download your lightshot gallery in one click !"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lightshot Gallery Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Lightshot Gallery Downloader Lightshot Gallery Downloader
ID fdbdmbnmihjoicckbhdmkfpbpndgneok
आधिकारिक URL https://chromewebstore.google.com/detail/lightshot-gallery-downloa/fdbdmbnmihjoicckbhdmkfpbpndgneok
विवरण Download your lightshot gallery in one click !
फ़ाइल का आकार 191 KB
स्थापना संख्या 569
वर्तमान संस्करण 0.3
अंतिम अपडेट 2023-06-26
प्रकाशन तिथि 2020-02-09
रेटिंग 3.67/5 कुल 6 रेटिंग्स
डेवलपर Сорок два
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}