Lightshot Gallery Downloader
Download your lightshot gallery in one click !
O que é Lightshot Gallery Downloader?
Lightshot Gallery Downloader é uma extensão do Chrome desenvolvida por Сорок два, e sua principal característica é "Download your lightshot gallery in one click !".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Lightshot Gallery Downloader
Baixe arquivos de extensão Lightshot Gallery Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Lightshot Gallery Downloader |
ID | fdbdmbnmihjoicckbhdmkfpbpndgneok |
URL Oficial | https://chromewebstore.google.com/detail/lightshot-gallery-downloa/fdbdmbnmihjoicckbhdmkfpbpndgneok |
Descrição | Download your lightshot gallery in one click ! |
Tamanho do Arquivo | 191 KB |
Contagem de Instalações | 569 |
Versão Atual | 0.3 |
Última Atualização | 2023-06-26 |
Data de Publicação | 2020-02-09 |
Classificação | 3.67/5 Total de 6 Avaliações |
Desenvolvedor | Сорок два |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |