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 |
| 官方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"
} | |