QR Code Reader

Decode QR Codes from image

Apa itu QR Code Reader?

QR Code Reader adalah ekstensi Chrome yang dikembangkan oleh https://c7x.me, dan fitur utamanya adalah "Decode QR Codes from image".

Screenshot Ekstensi

screenshot
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

                        Decode QR Codes from image                    

Informasi Dasar Ekstensi

Nama QR Code Reader QR Code Reader
ID fpaifljagollofidhcdfnpenghcfcblj
URL Resmi https://chromewebstore.google.com/detail/qr-code-reader/fpaifljagollofidhcdfnpenghcfcblj
Deskripsi Decode QR Codes from image
Ukuran File 71.68 KB
Jumlah Instalasi 79
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-01-10
Tanggal Publikasi 2023-01-09
Pengembang https://c7x.me
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://c7x.me/web-extension-privacy-policy.html
Bahasa yang Didukung en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.0.0",
    "default_locale": "en",
    "description": "__MSG_description__",
    "author": "Cople",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "minimum_chrome_version": "92",
    "offline_enabled": true,
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/api.mixpanel.com\/"
    ]
}