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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        ]
    }
}