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

Cos'è QR-ify?

QR-ify è un'estensione di Chrome sviluppata da Coby Hausrath, e la sua funzione principale è "Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera.…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione QR-ify

Scarica i file di estensione QR-ify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome QR-ify QR-ify
ID biehginleaaocmfcmnghifmoccfkbbko
URL Ufficiale https://chromewebstore.google.com/detail/qr-ify/biehginleaaocmfcmnghifmoccfkbbko
Descrizione Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera.…
Dimensione del File 17.21 KB
Conteggio Installazioni 32
Versione Corrente 1.1
Ultimo Aggiornamento 2014-01-19
Data di Pubblicazione 2014-01-19
Sviluppatore Coby Hausrath
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}