QR Code Reader

A chrome extension for reading QR code from webpage.

Apa itu QR Code Reader?

QR Code Reader adalah ekstensi Chrome yang dikembangkan oleh Ayaan Ahmad, dan fitur utamanya adalah "A chrome extension for reading QR code from webpage.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi QR Code Reader

Unduh file ekstensi QR Code Reader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama QR Code Reader QR Code Reader
ID ogidhdapceihieacnnopijooamfceepd
URL Resmi https://chromewebstore.google.com/detail/qr-code-reader/ogidhdapceihieacnnopijooamfceepd
Deskripsi A chrome extension for reading QR code from webpage.
Ukuran File 98.24 KB
Jumlah Instalasi 4,189
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2022-10-20
Tanggal Publikasi 2022-08-09
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Ayaan Ahmad
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": ""
        }
    }
}