QR URL

Show current web URL as a QRCode so you may scan with your mobile device.

QR URL là gì?

QR URL là một tiện ích mở rộng Chrome được phát triển bởi https://soynerdito.blogspot.com, và tính năng chính của nó là "Show current web URL as a QRCode so you may scan with your mobile device.".

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

screenshot

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

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

                        Show a QR Code for the current URL on the active tab of the browser. Intended so you can scan the barcode with your mobile device and navigate to page without the need of chrome to phone or if you have a non chrome 2 phone compatible device.

Added Context Menu to create QRCode from free text selected from any web page

Added Context Menu to create EAN8 Barcode from free text selected from any web page. EAN8 Barcode is only numeric an accepts up to 8 characters if checksum digit is included. If selection is of 7 characters then checksum is calculated.                    

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

Tên QR URL QR URL
ID nppbdeifhmhjlahlcplebmeklianffba
URL Chính Thức https://chromewebstore.google.com/detail/qr-url/nppbdeifhmhjlahlcplebmeklianffba
Mô tả Show current web URL as a QRCode so you may scan with your mobile device.
Kích Thước Tệp 5.38 KB
Số Lần Cài Đặt 1,517
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2014-04-01
Ngày Phát Hành 2014-03-31
Đánh Giá 4.29/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://soynerdito.blogspot.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR URL",
    "version": "3.0",
    "description": "Show current web URL as a QRCode so you may scan with your mobile device.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/chart.apis.google.com\/",
        "tabs",
        "contextMenus"
    ],
    "background": {
        "default_icon": "icon.png",
        "persistent": false,
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "16": "icon.png"
    },
    "manifest_version": 2
}