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

QR-ify क्या है?

QR-ify Coby Hausrath द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में QR-ify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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/                    

एक्सटेंशन की मूल जानकारी

नाम QR-ify QR-ify
ID biehginleaaocmfcmnghifmoccfkbbko
आधिकारिक URL https://chromewebstore.google.com/detail/qr-ify/biehginleaaocmfcmnghifmoccfkbbko
विवरण Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera.…
फ़ाइल का आकार 17.21 KB
स्थापना संख्या 32
वर्तमान संस्करण 1.1
अंतिम अपडेट 2014-01-19
प्रकाशन तिथि 2014-01-19
डेवलपर Coby Hausrath
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        ]
    }
}