QReaderX - QR Code Reader

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

QReaderX - QR Code Readerคืออะไร?

QReaderX - QR Code Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย qreaderxapp และคุณลักษณะหลักของมันคือ "QReaderX decodes QR Codes displayed on the sites and gives warnings for unsafe URLs"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QReaderX - QR Code Reader

ดาวน์โหลดไฟล์ส่วนขยาย QReaderX - QR Code Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ QReaderX - QR Code Reader QReaderX - QR Code Reader
ID ehldnpongcmddeadpnmoikamdpjmfjph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qreaderx-qr-code-reader/ehldnpongcmddeadpnmoikamdpjmfjph
คำอธิบาย QReaderX decodes QR Codes displayed on the sites and gives warnings for unsafe URLs
ขนาดไฟล์ 952 KB
จำนวนการติดตั้ง 530
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2021-02-06
วันที่เผยแพร่ 2021-02-06
คะแนน 4.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา qreaderxapp
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://qreaderx.com/
URL หน้าช่วยเหลือ https://qreaderx.com/help
URL หน้านโยบายความเป็นส่วนตัว https://qreaderx.com/privacy
ภาษาที่รองรับ 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"
    ]
}