Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 845 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 845 Bytes

Chrome QR Code Reader

A chrome extension for reading QR code from webpage. It uses zxing-js/library for decoding QR Code.

screenshot

Installation

Get it from chrome web store: QR Code Reader

Usage

  • Click extension icon or use Command/Ctrl+Shift+S shortcut to read QR code on current tab.
  • You can customize extension shortcut On chrome://extensions/shortcuts page.

Contributing

  • Clone this repository
  • Run yarn && yarn watch
  • Open Chrome. Go to chrome://extensions management page, Click Load unpacked button, then select extension folder of this project on your disk.

Known Issues

  • Can't read multiple QR codes in one page.
  • Unable to decode some QR code.