Quick Qr

You can easily convert this any link to QR and go free with it!

O que é Quick Qr?

Quick Qr é uma extensão do Chrome desenvolvida por https://ssleptsov.blogspot.com, e sua principal característica é "You can easily convert this any link to QR and go free with it!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Quick Qr

Baixe arquivos de extensão Quick Qr 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

                        Very useful extension that will convert your current link to QR code, so you can easily scan it on your device and go free with your link.                    

Informações Básicas da Extensão

Nome Quick Qr Quick Qr
ID afifoohmohbfgaknonkiooaddfmmckia
URL Oficial https://chromewebstore.google.com/detail/quick-qr/afifoohmohbfgaknonkiooaddfmmckia
Descrição You can easily convert this any link to QR and go free with it!
Tamanho do Arquivo 211 KB
Contagem de Instalações 66
Versão Atual 1.0.1
Última Atualização 2016-03-07
Data de Publicação 2016-03-07
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor https://ssleptsov.blogspot.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "page_action": {
        "default_icon": "images\/Qr-ice-19.png",
        "default_popup": "popup.html",
        "default_title": "You can easily convert any link to QR and go free with it!"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "You can easily convert this any link to QR and go free with it!",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery-1.9.1.min.js",
            "js\/qrcode.js",
            "js\/jquery.qrcode.js"
        ]
    },
    "name": "Quick Qr",
    "permissions": [
        "tabs"
    ],
    "offline_enabled": true,
    "icons": {
        "48": "images\/Qr-ice-48.png",
        "128": "images\/Qr-ice-128.png",
        "256": "images\/Qr-ice-256.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "version": "1.0.1"
}