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 là gì?

QR-ify là một tiện ích mở rộng Chrome được phát triển bởi Coby Hausrath, và tính năng chính của nó là "Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera.…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng QR-ify

Tải xuống các tệp mở rộng QR-ify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên QR-ify QR-ify
ID biehginleaaocmfcmnghifmoccfkbbko
URL Chính Thức https://chromewebstore.google.com/detail/qr-ify/biehginleaaocmfcmnghifmoccfkbbko
Mô tả Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera.…
Kích Thước Tệp 17.21 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-01-19
Ngày Phát Hành 2014-01-19
Nhà Phát Triển Coby Hausrath
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}