URL to QR code converter

This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.

O que é URL to QR code converter?

URL to QR code converter é uma extensão do Chrome desenvolvida por https://sites.google.com/site/fujundu, e sua principal característica é "This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão URL to QR code converter

Baixe arquivos de extensão URL to QR code converter 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

                        This extension converts the url of the page you are viewing into a QR code, so that you can scan it with your phone to share the url.

It can also convert text into QR code.                    

Informações Básicas da Extensão

Nome URL to QR code converter URL to QR code converter
ID cnbelooiikkmhknahgkckaikndlmlhfd
URL Oficial https://chromewebstore.google.com/detail/url-to-qr-code-converter/cnbelooiikkmhknahgkckaikndlmlhfd
Descrição This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.
Tamanho do Arquivo 46.83 KB
Contagem de Instalações 4,354
Versão Atual 0.4
Última Atualização 2017-02-22
Data de Publicação 2017-02-22
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor https://sites.google.com/site/fujundu
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/fjdu/URL-to-QR-code
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QR code converter",
    "short_name": "URL to QR",
    "description": "This extension shows the QR code for the url of the current page or the text you input.  You can save the QR code as a png file.",
    "version": "0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "qrcode.js",
                "jquery.qrcode.js",
                "popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}