QR it!

This extension shows the QR code of the current URL address.

O que é QR it!?

QR it! é uma extensão do Chrome desenvolvida por https://malva.altervista.org, e sua principal característica é "This extension shows the QR code of the current URL address.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão QR it!

Baixe arquivos de extensão QR it! 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

                        QR it! is a simple and cute qrcode generator. This extension converts the actual URL in the adress bar, in a smartphone or table readable qr code.

Tired of typing long adresses on that tiny phone keyboard of yours? 
Of emailing yourself links? 

QR it! is for you.                    

Informações Básicas da Extensão

Nome QR it! QR it!
ID cbbanapabopdclniplcfanpepneilmfj
URL Oficial https://chromewebstore.google.com/detail/qr-it/cbbanapabopdclniplcfanpepneilmfj
Descrição This extension shows the QR code of the current URL address.
Tamanho do Arquivo 57.31 KB
Contagem de Instalações 29
Versão Atual 1.1
Última Atualização 2019-04-13
Data de Publicação 2019-04-13
Desenvolvedor https://malva.altervista.org
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR it!",
    "description": "This extension shows the QR code of the current URL address.",
    "version": "1.1",
    "options_page": "options\/options.html",
    "icons": {
        "19": "images\/qrcode19.png",
        "38": "images\/qrcode38.png",
        "48": "images\/qrcode48.png",
        "128": "images\/qrcode128.png"
    },
    "browser_action": {
        "default_icon": "images\/qrcode.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery.qrcode.min.js",
                "popup.js",
                "options\/options.js"
            ]
        }
    ]
}