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文件
下載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 擴展基本資訊
| 名稱 | |
| ID | fdbdmbnmihjoicckbhdmkfpbpndgneok |
| 官方網址 | 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"
} | |