QR-Code
Show a QR-Code for the current URL (without relying on some third-party API).
O que é QR-Code?
QR-Code é uma extensão do Chrome desenvolvida por felix.kaiser, e sua principal característica é "Show a QR-Code for the current URL (without relying on some third-party API).".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão QR-Code
Baixe arquivos de extensão QR-Code 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
Shows a QR-Code for the current URL, or any other text. It uses Kazuhiko Arases JavaScript library (http://www.d-project.com/) to draw the QR codes instead of relying on some third-party web API (like all of the other extensions I looked at.). It's free and open source: https://github.com/fxkr/chrome-qrcode-extension
Informações Básicas da Extensão
Nome | QR-Code |
ID | leicjbimaiecjfljbeikdailcmaadlml |
URL Oficial | https://chromewebstore.google.com/detail/qr-code/leicjbimaiecjfljbeikdailcmaadlml |
Descrição | Show a QR-Code for the current URL (without relying on some third-party API). |
Tamanho do Arquivo | 13.5 KB |
Contagem de Instalações | 799 |
Versão Atual | 1.0.0 |
Última Atualização | 2017-11-21 |
Data de Publicação | 2017-11-21 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | felix.kaiser |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/fxkr/chrome-qrcode-extension |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR-Code", "description": "Show a QR-Code for the current URL (without relying on some third-party API).", "version": "1.0.0", "homepage_url": "https:\/\/github.com\/fxkr\/chrome-qrcode-extension", "icons": { "16": "icon-16x16.png", "48": "icon-48x48.png", "128": "icon-128x128.png" }, "permissions": [ "tabs" ], "offline_enabled": true, "browser_action": { "default_icon": "icon-16x16.png", "default_popup": "popup.html" } } |