QR anything

Generate QR of anything instantly. Just right click and generate QR of images and links.

QR anything là gì?

QR anything là một tiện ích mở rộng Chrome được phát triển bởi https://moin.im, và tính năng chính của nó là "Generate QR of anything instantly. Just right click and generate QR of images and links.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng QR anything 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

                        A light-weight extension to create QR codes of anything. It generates the QR instantly.

Currently supports:

- Links
- Text
- Images

Just right click on whatever you need the QR for and select 'QR this'. You'll see the QR right away.

Change log
v 0.6.1:
Added Android app link

v 0.6:
Optimised for performance

v0.5.1:

- 'right-click' save option for QR image.
- Developers: 64base code available                    

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

Tên QR anything QR anything
ID dpcobhfdocjilgmfdbigakbkkfjclmcl
URL Chính Thức https://chromewebstore.google.com/detail/qr-anything/dpcobhfdocjilgmfdbigakbkkfjclmcl
Mô tả Generate QR of anything instantly. Just right click and generate QR of images and links.
Kích Thước Tệp 52.87 KB
Số Lần Cài Đặt 593
Phiên Bản Hiện Tại 0.6.1
Cập Nhật Lần Cuối 2016-02-06
Ngày Phát Hành 2016-02-06
Đánh Giá 4.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://moin.im
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR anything",
    "version": "0.6.1",
    "manifest_version": 2,
    "description": "Generate QR of anything instantly. Just right click and generate QR of images and links.",
    "icons": {
        "16": "icons\/16.png",
        "28": "icons\/28.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "qr.html",
    "permissions": [
        "contextMenus"
    ]
}