QR Code Reader

A chrome extension for reading QR code from webpage.

Qu'est-ce que QR Code Reader ?

QR Code Reader est une extension Chrome développée par QRExt, et sa fonction principale est "A chrome extension for reading QR code from webpage.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension QR Code Reader

Téléchargez les fichiers d'extension QR Code Reader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom QR Code Reader QR Code Reader
ID likadllkkidlligfcdhfnnbkjigdkmci
URL Officiel https://chromewebstore.google.com/detail/qr-code-reader/likadllkkidlligfcdhfnnbkjigdkmci
Description A chrome extension for reading QR code from webpage.
Taille du Fichier 435 KB
Nombre d'Installations 238,394
Version Actuelle 2.0.1
Dernière Mise à Jour 2023-07-05
Date de Publication 2018-11-24
Évaluation 3.77/5 Total 57 Évaluations
Développeur QRExt
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://qrcd.org/
URL de la Page d'Aide http://tiny.cc/appshelp
URL de la Page de Politique de Confidentialité https://qrcd.org/privacy.html
Langues Prises en Charge 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"
    ]
}