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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة QR-ify

قم بتنزيل ملفات الامتداد QR-ify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
        ]
    }
}