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'est-ce que QR-ify ?

QR-ify est une extension Chrome développée par Coby Hausrath, et sa fonction principale est "Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera.…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension QR-ify

Téléchargez les fichiers d'extension QR-ify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom QR-ify QR-ify
ID biehginleaaocmfcmnghifmoccfkbbko
URL Officiel 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.…
Taille du Fichier 17.21 KB
Nombre d'Installations 32
Version Actuelle 1.1
Dernière Mise à Jour 2014-01-19
Date de Publication 2014-01-19
Développeur Coby Hausrath
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}