QR-ify

Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera.…

O que é QR-ify?

QR-ify é uma extensão do Chrome desenvolvida por Coby Hausrath, e sua principal característica é "Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera.…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão QR-ify

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

                        Converts selected text to a QR code.  Handy for when you want to get information from one device to another with just a camera.

Adds a single context menu item when text is selected.  Clicking it pops up a new tab with the text that was encoded and the QR code.

Requires no special permissions to run or external servers to communicate with.  Your QR codes stay completely private.

Relies heavily on davidshimjs's QRcode.js library:
http://d-project.googlecode.com/svn/trunk/misc/qrcode/index.html
and Jerome Etienne's jquery.qrcode.js:
http://jeromeetienne.github.com/jquery-qrcode/

Source code available on Github:
https://github.com/cobyhausrath/QR-ify/                    

Informações Básicas da Extensão

Nome QR-ify QR-ify
ID biehginleaaocmfcmnghifmoccfkbbko
URL Oficial https://chromewebstore.google.com/detail/qr-ify/biehginleaaocmfcmnghifmoccfkbbko
Descrição Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera.…
Tamanho do Arquivo 17.21 KB
Contagem de Instalações 32
Versão Atual 1.1
Última Atualização 2014-01-19
Data de Publicação 2014-01-19
Desenvolvedor Coby Hausrath
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR-ify",
    "version": "1.1",
    "short_name": "QR-ify",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "generateQR.js"
        ]
    }
}