Lightshot Gallery Downloader
Download your lightshot gallery in one click !
¿Qué es Lightshot Gallery Downloader?
Lightshot Gallery Downloader es una extensión de Chrome desarrollada por Сорок два, y su función principal es "Download your lightshot gallery in one click !".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Lightshot Gallery Downloader
Descarga archivos de extensión Lightshot Gallery Downloader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Lightshot Gallery Downloader |
ID | fdbdmbnmihjoicckbhdmkfpbpndgneok |
URL Oficial | https://chromewebstore.google.com/detail/lightshot-gallery-downloa/fdbdmbnmihjoicckbhdmkfpbpndgneok |
Descripción | Download your lightshot gallery in one click ! |
Tamaño del Archivo | 191 KB |
Cantidad de Instalaciones | 569 |
Versión Actual | 0.3 |
Última Actualización | 2023-06-26 |
Fecha de Publicación | 2020-02-09 |
Calificación | 3.67/5 Total de 6 Calificaciones |
Desarrollador | Сорок два |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } |