LGTM
You can immediately paste the image of LGTM
O que é LGTM?
LGTM é uma extensão do Chrome desenvolvida por diorclub8, e sua principal característica é "You can immediately paste the image of LGTM".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão LGTM
Baixe arquivos de extensão LGTM 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
Hi everyone Every day to find, copy and paste LGTM is over We created an extension that solves all those problems That is this "LGTM"! ! Easy to use, click on the icon to find your favorite image, then click on the image. After that, you can easily send LGTM just by pasting to the place you want to paste.
Informações Básicas da Extensão
Nome | LGTM |
ID | ehkjindamlinbodfpafobgoipdhladjc |
URL Oficial | https://chromewebstore.google.com/detail/lgtm/ehkjindamlinbodfpafobgoipdhladjc |
Descrição | You can immediately paste the image of LGTM |
Tamanho do Arquivo | 43.38 KB |
Contagem de Instalações | 198 |
Versão Atual | 0.0.3 |
Última Atualização | 2019-06-17 |
Data de Publicação | 2019-06-13 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | diorclub8 |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LGTM", "version": "0.0.3", "manifest_version": 2, "description": "You can immediately paste the image of LGTM", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/contents.js" ] } ] } |