QReaderX - QR Code Reader

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

What is QReaderX - QR Code Reader?

QReaderX - QR Code Reader is a Chrome extension developed by qreaderxapp, and its main feature is "QReaderX decodes QR Codes displayed on the sites and gives warnings for unsafe URLs".

Extension Screenshots

screenshot
screenshot

Download QReaderX - QR Code Reader Extension CRX File

Download QReaderX - QR Code Reader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name QReaderX - QR Code Reader QReaderX - QR Code Reader
ID ehldnpongcmddeadpnmoikamdpjmfjph
Official URL https://chromewebstore.google.com/detail/qreaderx-qr-code-reader/ehldnpongcmddeadpnmoikamdpjmfjph
Description QReaderX decodes QR Codes displayed on the sites and gives warnings for unsafe URLs
File Size 952 KB
Installation Count 530
Current Version 1.1.4
Last Updated 2021-02-06
Publish Date 2021-02-06
Rating 4.86/5 Total 7 Ratings
Developer qreaderxapp
Email [email protected]
Payment Type free
Extension Website https://qreaderx.com/
Help Page URL https://qreaderx.com/help
Privacy Policy Page URL https://qreaderx.com/privacy
Supported Languages 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"
    ]
}