Skip to content

A super simple Browser Extension for generating QR codes from URLs.

License

0BSD, MIT licenses found

Licenses found

0BSD
LICENSE
MIT
kjua-LICENSE
Notifications You must be signed in to change notification settings

Zegnat/browserext-url-to-qr-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL to QR code

A super simple Browser Extension for generating QR codes from URLs.

  1. Adds a button to the browser’s toolbar that generates a QR code for the currently active tab.

  2. Adds a context menu item to links that generates a QR code for the clicked link. Especially helpful for links that the browser can’t open in a tab.

Differences from spec

The extension was created with the Browser Extensions specification in mind. However, for a more consistent UX, it uses the Firefox-only API openPopup when the user interacts with the context menu.

This means that until a fallback is added to the code, this extension is only compatible with Firefox version 57 and later.

Any other differences are bugs and should be reported.

Code Style

This extension follows the JavaScript Standard Style. I apologise if you love semicolons. Make sure to run it under the WebExtensions environment:

standard --env webextensions

Licenses

  • kjua is included as kjua.min.js and is “Copyright (c) 2016 Lars Jung (https://larsjung.de)”, used under the MIT License. Please see the kjua-LICENSE file for more information.

  • Everything else is released under the BSD Zero Clause License (0BSD). Please see the LICENSE file for more information.

About

A super simple Browser Extension for generating QR codes from URLs.

Topics

Resources

License

0BSD, MIT licenses found

Licenses found

0BSD
LICENSE
MIT
kjua-LICENSE

Stars

Watchers

Forks

Packages

No packages published