QR Code Reader

A chrome extension for reading QR code from webpage.

QR Code Reader là gì?

QR Code Reader là một tiện ích mở rộng Chrome được phát triển bởi QRExt, và tính năng chính của nó là "A chrome extension for reading QR code from webpage.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        If there is a QR code on the webpage you are browsing, How do you know the content of that QR Code. Don't Worry, this extension comes to the rescue. QR Code Reader can show the content from the current webpage for you.

Usage:
Click extension icon or use `Command/Ctrl+Shift+S` shortcut to read QR code on current tab.

Known Issues:
Can't read multiple QR codes in one page.
Unable to decode some QR code.                    

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

Tên QR Code Reader QR Code Reader
ID likadllkkidlligfcdhfnnbkjigdkmci
URL Chính Thức https://chromewebstore.google.com/detail/qr-code-reader/likadllkkidlligfcdhfnnbkjigdkmci
Mô tả A chrome extension for reading QR code from webpage.
Kích Thước Tệp 435 KB
Số Lần Cài Đặt 238,394
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2023-07-05
Ngày Phát Hành 2018-11-24
Đánh Giá 3.77/5 Tổng số 57 Đánh Giá
Nhà Phát Triển QRExt
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://qrcd.org/
URL Trang Trợ Giúp http://tiny.cc/appshelp
URL Trang Chính Sách Bảo Mật https://qrcd.org/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Code Reader",
    "description": "A chrome extension for reading QR code from webpage.",
    "version": "2.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_title": "QR Code Reader",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "unlimitedStorage",
        "storage"
    ]
}