Lightshot Gallery Downloader

Download your lightshot gallery in one click !

Lightshot Gallery Downloader là gì?

Lightshot Gallery Downloader là một tiện ích mở rộng Chrome được phát triển bởi Сорок два, và tính năng chính của nó là "Download your lightshot gallery in one click !".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lightshot Gallery Downloader

Tải xuống các tệp mở rộng Lightshot Gallery Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lightshot Gallery Downloader Lightshot Gallery Downloader
ID fdbdmbnmihjoicckbhdmkfpbpndgneok
URL Chính Thức https://chromewebstore.google.com/detail/lightshot-gallery-downloa/fdbdmbnmihjoicckbhdmkfpbpndgneok
Mô tả Download your lightshot gallery in one click !
Kích Thước Tệp 191 KB
Số Lần Cài Đặt 569
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2023-06-26
Ngày Phát Hành 2020-02-09
Đánh Giá 3.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Сорок два
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}