Lightshot Gallery Downloader
Download your lightshot gallery in one click !
Lightshot Gallery Downloader란 무엇입니까?
Lightshot Gallery Downloader은(는) Сорок два에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download your lightshot gallery in one click !"입니다.
확장 프로그램 스크린샷
Lightshot Gallery Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } |