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.…

¿Qué es QR-ify?

QR-ify es una extensión de Chrome desarrollada por Coby Hausrath, y su función principal es "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 Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión QR-ify

Descarga archivos de extensión QR-ify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/                    

Información Básica de la Extensión

Nombre QR-ify QR-ify
ID biehginleaaocmfcmnghifmoccfkbbko
URL Oficial https://chromewebstore.google.com/detail/qr-ify/biehginleaaocmfcmnghifmoccfkbbko
Descripción Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera.…
Tamaño del Archivo 17.21 KB
Cantidad de Instalaciones 32
Versión Actual 1.1
Última Actualización 2014-01-19
Fecha de Publicación 2014-01-19
Desarrollador Coby Hausrath
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}