Firefox Extension
Asset to QR Code Panel
Hover a link or image, press Ctrl+Shift, and get an instant QR code at your cursor. Click to copy the PNG; no CDN, no per-page downloads.
How it works
- Move your mouse over a hyperlink or image (or any empty spot to encode the current page).
- Press Ctrl+Shift.
- A floating panel renders a QR code using a bundled copy of
qrcodejs. - Click the panel to copy the image, or let it auto-dismiss after 3 seconds.
Install from source
cd MiniProjects/QRCodeHover
npm install
npm run build
Load temporarily via about:debugging, or run npm run run for a dev session.