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

  1. Move your mouse over a hyperlink or image (or any empty spot to encode the current page).
  2. Press Ctrl+Shift.
  3. A floating panel renders a QR code using a bundled copy of qrcodejs.
  4. 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.