QReaderX - QR Code Reader

QReaderX decodes QR Codes displayed on the sites and gives warnings for unsafe URLs

QReaderX - QR Code Reader là gì?

QReaderX - QR Code Reader là một tiện ích mở rộng Chrome được phát triển bởi qreaderxapp, và tính năng chính của nó là "QReaderX decodes QR Codes displayed on the sites and gives warnings for unsafe URLs".

Ả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 QReaderX - QR Code Reader

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

                        QReaderX is an extension that helps users to view contents of the QR Code displayed on any website just by hovering over it. It also gives warning to the user if the QR Code is not safe to open.

This enables users to make an informed decision instead of opening the QR Code directly and potentially protect them from getting landed onto an unsafe website

Enjoy Safe QR Codes!                    

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

Tên QReaderX - QR Code Reader QReaderX - QR Code Reader
ID ehldnpongcmddeadpnmoikamdpjmfjph
URL Chính Thức https://chromewebstore.google.com/detail/qreaderx-qr-code-reader/ehldnpongcmddeadpnmoikamdpjmfjph
Mô tả QReaderX decodes QR Codes displayed on the sites and gives warnings for unsafe URLs
Kích Thước Tệp 952 KB
Số Lần Cài Đặt 530
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2021-02-06
Ngày Phát Hành 2021-02-06
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển qreaderxapp
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://qreaderx.com/
URL Trang Trợ Giúp https://qreaderx.com/help
URL Trang Chính Sách Bảo Mật https://qreaderx.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QReaderX - QR Code Reader",
    "description": "QReaderX decodes QR Codes displayed on the sites and gives warnings for unsafe URLs",
    "version": "1.1.4",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/logo_16.png",
        "48": "assets\/logo_48.png",
        "128": "assets\/logo_128.png"
    },
    "browser_action": {
        "default_title": "QReaderX",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ],
        "presistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.min.js",
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}