Lightshot Gallery Downloader
Download your lightshot gallery in one click !
Lightshot Gallery Downloaderคืออะไร?
Lightshot Gallery Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Сорок два และคุณลักษณะหลักของมันคือ "Download your lightshot gallery in one click !"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lightshot Gallery Downloader
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 คะแนน |
ผู้พัฒนา | Сорок два |
อีเมล | sorokdva.developer@gmail.com |
ประเภทการชำระเงิน | 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" } |