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
公式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
Eメール [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"
        ]
    }
}