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
- Host: GitHub
- URL: https://github.com/daniel-keogh/qr-fox
- Owner: daniel-keogh
- License: mpl-2.0
- Created: 2020-07-20T12:28:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T12:54:04.000Z (almost 6 years ago)
- Last Synced: 2025-03-04T22:37:13.932Z (over 1 year ago)
- Topics: firefox, firefox-addon, firefox-extension, javascript, qrcode, qrcode-generator, webextension, webpack
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).