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

Hvad er QR-ify?

QR-ify er en Chrome-udvidelse udviklet af Coby Hausrath, og dens hovedfunktion er "Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera.…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download QR-ify-udvidelses-CRX-fil

Download QR-ify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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/                    

Grundlæggende oplysninger om udvidelsen

Navn QR-ify QR-ify
ID biehginleaaocmfcmnghifmoccfkbbko
Officiel URL https://chromewebstore.google.com/detail/qr-ify/biehginleaaocmfcmnghifmoccfkbbko
Beskrivelse Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera.…
Filstørrelse 17.21 KB
Antal Installationer 32
Nuværende Version 1.1
Senest Opdateret 2014-01-19
Udgivelsesdato 2014-01-19
Udvikler Coby Hausrath
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}