Lightshot Gallery Downloader

Download your lightshot gallery in one click !

Lightshot Gallery Downloaderとは何ですか?

Lightshot Gallery DownloaderはСорок дваによって開発されたChromeの拡張機能で、その主な機能は「Download your lightshot gallery in one click !」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Lightshot Gallery Downloader拡張機能のCRXファイルをダウンロード

Lightshot Gallery Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 レビュー
開発者 Сорок два
Eメール [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"
}