Smart QRCode

Smart QRCode

O que é Smart QRCode?

Smart QRCode é uma extensão do Chrome desenvolvida por ethan, e sua principal característica é "Smart QRCode".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Smart QRCode

Baixe arquivos de extensão Smart QRCode 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

                        Generates a QR Code from the Page URL of the current tab or Custom Texts with a single click.  

Additional options:
* Five different QR code dimensions are supported,  currently 220px,  380px, 512px, 800px and 1024px are supported. Right click the generated QR image and choose "Save Image As.." to save image locally and then you'll see the difference.
* You can specify an icon image which will be drawed in the center of the QR code. Both online image and local image file are supported. (*Due to online image server's cross origin settings, some online images may not work)                    

Informações Básicas da Extensão

Nome Smart QRCode Smart QRCode
ID bpneiabdnfmenainoficenddegfhgedo
URL Oficial https://chromewebstore.google.com/detail/smart-qrcode/bpneiabdnfmenainoficenddegfhgedo
Descrição Smart QRCode
Tamanho do Arquivo 25.63 KB
Contagem de Instalações 125
Versão Atual 1.0
Última Atualização 2016-12-03
Data de Publicação 2016-12-02
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor ethan
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart QRCode",
    "description": "Smart QRCode",
    "version": "1.0",
    "author": "Ethan",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}