A simple web extension that helps the user generate QR Codes for quick, off-line, transfer between devices. This tool can create QR Codes from:
- URL in address bar
- Web page links
- Highlighted text
- NodeJS/NPM
- Linux Shell (Windows WSL)
- zip
- Visual Studio Code
If you want get this extension to work on your local environment, follow these steps:
- Close the repository
- Run
npm install - Copy the
qrcode.min.jsfile fromnode_modules/qrcodejsto thepopup/folder. - Load the extension temporarily by visiting
about:debuggingin your Firefox browser, selectingThis Firefoxfrom the side nav, clicking theLoad Temporary Add-on…button, and opening themanifest.jsonfile from the project.
Instructions for building the zip files for deploying this tool to the Firefox Add-on market.
npm run build
# dist/qrcode_tool.zip
# dist/source.zipNote: If you are on Windows, you will need to run this in WSL, since it executes Linux shell commands. You will also need the 'zip' tool installed.
Firefox
MIT License