QReaderX - QR Code Reader

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

Cos'è QReaderX - QR Code Reader?

QReaderX - QR Code Reader è un'estensione di Chrome sviluppata da qreaderxapp, e la sua funzione principale è "QReaderX decodes QR Codes displayed on the sites and gives warnings for unsafe URLs".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione QReaderX - QR Code Reader

Scarica i file di estensione QReaderX - QR Code Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome QReaderX - QR Code Reader QReaderX - QR Code Reader
ID ehldnpongcmddeadpnmoikamdpjmfjph
URL Ufficiale https://chromewebstore.google.com/detail/qreaderx-qr-code-reader/ehldnpongcmddeadpnmoikamdpjmfjph
Descrizione QReaderX decodes QR Codes displayed on the sites and gives warnings for unsafe URLs
Dimensione del File 952 KB
Conteggio Installazioni 530
Versione Corrente 1.1.4
Ultimo Aggiornamento 2021-02-06
Data di Pubblicazione 2021-02-06
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore qreaderxapp
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://qreaderx.com/
URL della Pagina di Aiuto https://qreaderx.com/help
URL della Pagina della Politica sulla Privacy https://qreaderx.com/privacy
Lingue Supportate 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"
    ]
}