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

https://github.com/daniel-keogh/qr-fox

Firefox add-on for generating QR codes from URLs
https://github.com/daniel-keogh/qr-fox

firefox firefox-addon firefox-extension javascript qrcode qrcode-generator webextension webpack

Last synced: 2 months ago
JSON representation

Firefox add-on for generating QR codes from URLs

Awesome Lists containing this project

README

          

# QR Fox

Simple Firefox add-on for generating QR codes from URLs.

## Build

```sh
$ npm run build
```

The build files are placed into the `addon` directory.

## Run

```sh
$ npm start
```

This will build the add-on and then run it using [Web-ext](https://www.npmjs.com/package/web-ext).