Our products
A Chrome extension that shows the current URL as a QR code without relying on some third-party API.
Instant QR code from the address bar
Fully local generation
No API keys, no accounts
MIT licensed open source
Displays the current browser URL as a QR code
Generates QR codes locally using Kazuhiko Arase's JavaScript library (no third-party API calls)
Works everywhere you browse
Felix Kaiser (fxkr) wrote this extension because he kept running into the same small friction: a URL open on a desktop, a phone sitting next to it, and no fast way to get from one to the other. Email-to-self works. Typing works. Neither is fast. A QR code is faster, but every browser-based QR generator he found at the time was sending the URL to a remote API to render the image. That felt unnecessary for something this simple.
The solution was to use Kazuhiko Arase's JavaScript QR code library, which runs entirely in the browser. The extension wraps that library in a Chrome popup: click the icon, get the code. The URL string is passed to the library locally, the canvas element draws the result, nothing goes over the network. The source has been public on GitHub since the beginning under an MIT license, so anyone who wants to verify that claim can read the code in about ten minutes.
A Chrome extension that shows the current URL as a QR code without relying on some third-party API.
No personal data is sold. The extension only stores what it needs to work in your own browser.
It runs on every major Chromium and Firefox browser — Chrome, Edge, Brave, Opera and more.
Free, open source, no account required. Install from the Chrome Web Store and it is ready immediately.