QR Code Reader

A chrome extension for reading QR code from webpage.

Cos'è QR Code Reader?

QR Code Reader è un'estensione di Chrome sviluppata da Ayaan Ahmad, e la sua funzione principale è "A chrome extension for reading QR code from webpage.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione QR Code Reader

Scarica i file di estensione 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

                        Get the link to the QR Code shown on any web page. 

To use just open extension or use 'Command/Ctrl+Shift+F' shortcut to read QR code on current tab.
Yes it is that easy.

Some notable Issues:
Unable to read QR code if it is not clear on a webpage.
Cannot read multiple QR code.                    

Informazioni di Base sull'Estensione

Nome QR Code Reader QR Code Reader
ID ogidhdapceihieacnnopijooamfceepd
URL Ufficiale https://chromewebstore.google.com/detail/qr-code-reader/ogidhdapceihieacnnopijooamfceepd
Descrizione A chrome extension for reading QR code from webpage.
Dimensione del File 98.24 KB
Conteggio Installazioni 4,189
Versione Corrente 1.0.2
Ultimo Aggiornamento 2022-10-20
Data di Pubblicazione 2022-08-09
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Ayaan Ahmad
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
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": "1.0.2",
    "action": {
        "default_popup": "dist\/popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 3,
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "Command+Shift+F"
            },
            "description": ""
        }
    }
}