Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gromnitsky/offline-qr-maker

A browser extension (manifest v3) for generating QR codes offline from URLs, text selections or arbitrary user input.
https://github.com/gromnitsky/offline-qr-maker

chrome-extension offline qr

Last synced: about 6 hours ago
JSON representation

A browser extension (manifest v3) for generating QR codes offline from URLs, text selections or arbitrary user input.

Awesome Lists containing this project

README

        

# Offline QR Maker

* [Chrome Web Store](https://chromewebstore.google.com/detail/offline-qr-maker/ialnkjojemdpiilocpkjemabpfplgina)
* [.crx file](http://gromnitsky.users.sourceforge.net/js/chrome/)

A browser extension (manifest v3) for generating QR codes offline from
URLs, text selections or arbitrary user input.

* QR code is an SVG & can be saved to a file;
* a responsive modal dialog;
* uses a canonical `qrcode-generator` lib from [Kazuhiko
Arase](https://github.com/kazuhikoarase/qrcode-generator/tree/master/js);
* `activeTab` permission, instead of ``.

![a screen shot](screenshot.png)

## Compilation

~~~
$ sudo dnf install jq jsonnet
$ make crx
~~~

The result should be in `_out` dir.

## License

MIT.