QR Code Reader A powerful bar code and QR code reader that supports almost all the standard formats
Support Development
PayPal ● 
Bitcoin Address: bc1qh7juzrxrawpr65elm4qs285m5rdhnhgsn7h2jf
 ● 
Lightning Address: [email protected]
Your Input Matters
Review
Advertisement
Screenshot
The "QR Code Reader" extension allows you to read QR codes and barcodes from your camera or local image files. It uses the well-known ZBar library, which supports many barcode types such as EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5, and QR Code. The extension detects all codes in a single image or video frame and stores the results in a history tab for easy access. The extension stores the last hundred scanned items in the local storage for convenience. You can clear the history if you like so. This extension is also available as a mobile-friendly progressive web application (PWA) for devices that do not support extension installation.

Features

FAQs

  1. What is the "QR Code Reader" add-on and how can I use it?

    This QR code scanning utility works on both desktop and mobile devices. It utilizes the rear camera for scanning QR codes from the video stream, but if no rear camera is available, it will use the front camera instead. The user can select the proper camera if multiple are available. This utility can scan both QR codes and barcodes, so there is no need to have multiple extensions. Additionally, unlike other extensions, it can detect all QR codes in a single image or video frame. Most detectors require only one code per frame, but this extension combines the results from the native barcode scanner and the well-known ZBar library (compiled into JS) and displays them in the results tab. Note that this extension only works locally and does not involve any server-side interaction for detection or data storage.

  2. What's new in this version?

    Please check the Logs section.

  3. Is it possible to turn off the automatic activation of the camera when the user interface opens? I usually use the extension to scan local image files only.

    You can disable the automatic scanning from the video stream in the "Scanning" tab. By disabling the automatic scanning, you can use the image detection feature, or manually activate the camera only when necessary.

  4. Is it possible to change the way that the extension opens?

    You can choose from three modes for displaying the user interface on desktop computers. To change the mode, right-click on the action button and select one of the "window", "tab", or "pop-up" options. The "popup" mode will open the UI in a browser popup, the "window" mode will open the UI in a separate browser window, and the "tab" mode will open the UI in the current browser window.

  5. Is there a way to quickly switch back to the "Scan" section after the extension has detected a QR code and automatically switched to the results section?

    Yes, when the extension window is in focus, you can use the following keyboard shortcuts to switch between tabs:

    • Ctrl + 1 (Windows) or Command + 1 (Mac) to switch to the "Scan" tab
    • Ctrl + 2 or Command + 2 to switch to the "Results" tab.

    You can swipe left or right to move between tabs on mobile devices.

  6. Is it possible to use this extension to scan codes from local images?

    Yes, you can use the extension to scan codes from local images by dragging and dropping the image containing the QR code or barcode onto the extension's user interface. The extension will then detect the code and switch to the results tab. The extension also marks detected codes with a dashed line around them. You can also drop images onto the "Results" tab, and the extension will append any new detected codes to the list. This is useful if you have multiple scans and you don't want to switch between two tabs to load new image files.

  7. How can I stop receiving the "Loading Failed" error when I try to send QR code images to the extension's interface using the right-click context menu?

    To fix this issue, you can try one of the following options:

    • Download the image and drag it into the extension interface.
    • Grant permission to read remote image files. To do this, right-click on the action button for the extension and go to the "Options" menu. Enable the "Allow Cross-Origin Image Rendering" permission. This will allow the extension to load and extract codes from cross-origin images.

  8. What are the differences of QR code and barcode?

    QR codes (short for Quick Response codes) and barcodes are both types of machine-readable codes that are used to store and encode information. However, there are some key differences between the two:

    • Visual appearance: QR codes are two-dimensional codes that are made up of a grid of black and white squares. Barcodes, on the other hand, are one-dimensional codes that consist of a series of lines of varying widths.
    • Capacity: QR codes have a much higher capacity for storing data than barcodes. While barcodes can typically store a few dozen characters of data, QR codes can hold hundreds or even thousands of characters.
    • Use cases: QR codes are primarily used for marketing and advertising, as well as for storing data such as website URLs and contact information. Barcodes, on the other hand, are primarily used for identifying and tracking products in retail and supply chain management.
    • Reading technology: QR codes are usually read using a smartphone camera and a QR code reader app, while barcodes are typically read using a specialized barcode scanner.

  9. What is ZBar?

    ZBar is an open-source software library allowing developers to create applications that can read and interpret barcodes and QR codes. It is written in C. The library provides support for several different types of barcodes and QR codes, including EAN-13, UPC-A, and Code 128. It also includes support for reading multiple codes from a single image, as well as for detecting and decoding damaged or partially obscured codes.

Matched Content

Reviews

Please keep reviews clean, avoid improper language, and do not post any personal information. Also, please consider sharing your valuable input on the official store.

What's new in this version

Version--
Published--/--/--
Change Logs:
    Last 10 commits on GitHub
    Hover over a node to see more details

    Need help?

    If you have questions about the extension, or ideas on how to improve it, please post them on the  support site. Don't forget to search through the bug reports first as most likely your question/bug report has already been reported or there is a workaround posted for it.

    Open IssuesIssuesForks

    Permissions are explained

    PermissionDescription
    storageto keep the history of scanned QR and bar codes
    contextMenusto control how the extension UI is displayed (popup, window, or tab mode)

    Recent Blog Posts