rugk / offline-qr-code

📱 Browser add-on allowing you to quickly generate a QR code offline with the URL of the open tab or other text!
https://addons.mozilla.org/firefox/addon/offline-qr-code-generator/?utm_source=github.com&utm_medium=github&utm_content=github-url-description&campaign=github-url-description
Other
388 stars 114 forks source link

QR code scanner/reader #52

Open rugk opened 6 years ago

rugk commented 6 years ago

There are also many JS libraries for just scanning a QR code:

So maybe we could integrate that, too.

rugk commented 6 years ago

Features may be:

rugk commented 6 years ago

This add-on shows what I mean: https://addons.mozilla.org/de/firefox/addon/qrcode-generator-and-reader/

rugk commented 5 years ago

Possibly a good lib: https://github.com/zxing-js/library

jamescallumyoung commented 4 years ago

@rugk Saw this after your link from #213

right-click on image (or canvas, or so) -> decode QR code I like this. Not too invasive and it's a good contextual option.

... scan from webcam This not so much; I like that this is a small extension. More permissions and camara use would scare me off.

Just my 2 cents.

rugk commented 4 years ago

More permissions and camara use would scare me off.

This would definitively only be requested at runtime when you use it. (It would use WebRTC, which has this built-in.) An add-on actually does not have more permissions than a usual web page in this regards…