QR Code Reader

a multiple QR- and bar-code scanner that supports scanning from webcam and local images

QR Code Reader क्या है?

QR Code Reader joue.quroi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "a multiple QR- and bar-code scanner that supports scanning from webcam and local images"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में QR Code Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A powerful QR-code (Quick Response code) and barcode scanner supports scanning from the camera or local image files and keeps the history of the last 100 scans. It supports almost all known formats, including text, link, ISBN,  coupon, and contact. 

Privacy:
This extension does not rely on any external services to perform detection. There is no server-side interaction whatsoever. 

Features:
1. Read multiple QR-codes on a single image
2. Supports multiple protocols
3. Saves the history of scanned items
4. Drop local image files to the user interface
5. Uses both native method and ZBar library to maximize the detection power.

This extension uses ZBar c-library, to extract multiple QR-codes and barcodes in a single image frame.

What is a QR code?
It is a type of matrix barcode that is a machine-readable optical label. 
A QR code contains information about the item to which it is attached. A QR code uses four standardized encoding modes (numeric, alphanumeric, byte/binary, and kanji) to store data efficiently.

What is a barcode?
It is a method of representing data in a visual, machine-readable form. Initially, barcodes represented data by varying the widths and spacings of parallel lines.                    

एक्सटेंशन की मूल जानकारी

नाम QR Code Reader QR Code Reader
ID jhigigpkpbeofhknomiadocogenlpcde
आधिकारिक URL https://chromewebstore.google.com/detail/qr-code-reader/jhigigpkpbeofhknomiadocogenlpcde
विवरण a multiple QR- and bar-code scanner that supports scanning from webcam and local images
फ़ाइल का आकार 246 KB
स्थापना संख्या 83,073
वर्तमान संस्करण 0.2.7
अंतिम अपडेट 2023-10-25
प्रकाशन तिथि 2020-02-01
रेटिंग 4.12/5 कुल 17 रेटिंग्स
डेवलपर joue.quroi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://webextension.org/listing/qrcode-reader.html
सहायता पृष्ठ URL https://webextension.org/listing/qrcode-reader.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.7",
    "name": "QR Code Reader",
    "description": "a multiple QR- and bar-code scanner that supports scanning from webcam and local images",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "optional_permissions": [
        "declarativeNetRequestWithHostAccess",
        "sidePanel"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/qrcode-reader.html",
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "192": "data\/icons\/192.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "action": [],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}