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

What is QR-ify?

QR-ify is a Chrome extension developed by Coby Hausrath, and its main feature is "Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera.…".

Extension Screenshots

screenshot
screenshot

Download QR-ify Extension CRX File

Download QR-ify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name QR-ify QR-ify
ID biehginleaaocmfcmnghifmoccfkbbko
Official URL https://chromewebstore.google.com/detail/qr-ify/biehginleaaocmfcmnghifmoccfkbbko
Description Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera.…
File Size 17.21 KB
Installation Count 32
Current Version 1.1
Last Updated 2014-01-19
Publish Date 2014-01-19
Developer Coby Hausrath
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}