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開發的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.…”。

擴展截圖

screenshot
screenshot

下載QR-ify擴展crx文件

下載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
官方網址 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"
        ]
    }
}