QR it!

This extension shows the QR code of the current URL address.

QR it! là gì?

QR it! là một tiện ích mở rộng Chrome được phát triển bởi https://malva.altervista.org, và tính năng chính của nó là "This extension shows the QR code of the current URL address.".

Ả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 it!

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

                        QR it! is a simple and cute qrcode generator. This extension converts the actual URL in the adress bar, in a smartphone or table readable qr code.

Tired of typing long adresses on that tiny phone keyboard of yours? 
Of emailing yourself links? 

QR it! is for you.                    

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

Tên QR it! QR it!
ID cbbanapabopdclniplcfanpepneilmfj
URL Chính Thức https://chromewebstore.google.com/detail/qr-it/cbbanapabopdclniplcfanpepneilmfj
Mô tả This extension shows the QR code of the current URL address.
Kích Thước Tệp 57.31 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-04-13
Ngày Phát Hành 2019-04-13
Nhà Phát Triển https://malva.altervista.org
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 it!",
    "description": "This extension shows the QR code of the current URL address.",
    "version": "1.1",
    "options_page": "options\/options.html",
    "icons": {
        "19": "images\/qrcode19.png",
        "38": "images\/qrcode38.png",
        "48": "images\/qrcode48.png",
        "128": "images\/qrcode128.png"
    },
    "browser_action": {
        "default_icon": "images\/qrcode.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery.qrcode.min.js",
                "popup.js",
                "options\/options.js"
            ]
        }
    ]
}