QR Clip and Scan
Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…
O que é QR Clip and Scan?
QR Clip and Scan é uma extensão do Chrome desenvolvida por Haru Soft, e sua principal característica é "Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão QR Clip and Scan
Baixe arquivos de extensão QR Clip and Scan 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
Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like 'Shif+Win+S' on Windows10) then paste('Ctrl+V') on popup of this extension, this extension scan the QR code.
Informações Básicas da Extensão
Nome | QR Clip and Scan |
ID | lmcaegdggcafolpgdikbahmnbbpdccgm |
URL Oficial | https://chromewebstore.google.com/detail/qr-clip-and-scan/lmcaegdggcafolpgdikbahmnbbpdccgm |
Descrição | Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like… |
Tamanho do Arquivo | 66.58 KB |
Contagem de Instalações | 5,692 |
Versão Atual | 0.0.0.1 |
Última Atualização | 2020-10-28 |
Data de Publicação | 2020-10-28 |
Classificação | 4.11/5 Total de 9 Avaliações |
Desenvolvedor | Haru Soft |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension |
URL da Página de Ajuda | https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Clip and Scan", "version": "0.0.0.1", "icons": { "128": "icons\/icon.png" }, "browser_action": { "default_icon": { "128": "icons\/icon.png" }, "default_title": "QR Clip and Scan", "default_popup": "popup\/popup.html", "browser_style": false }, "permissions": [ "tabs", "clipboardRead" ] } |