This extension generates QR CODE based on your last copied text. Since most of the phone has default QR Code scanner you can easily copy text by scanning the generated QR CODE via phone. If you dont use keep,wunderlist,note in your extension or any desktop app this could be used with minimal javascript implementation.
- Clone this repo
npm installnpm run build- Load extension from
build/chrome
npm run chrome-watchnpm run opera-watchnpm run firefox-watch
-
Copy any text normal as you do like
CTRL+Cor via mouse -
Press
ALT+Pwhich will generate QR Code of your copied text -
Or
ALT+Xwhich will open the popup with text field to generate QR Code.
- Boilerplate for starter template
- QR CODE generator
