QRCGen Extension Guide

QRCGen is a browser extension that generates QR codes directly in a side panel. It creates ultra-lightweight SVG QR codes (~5 KB), share links, and embed snippets — all without leaving your current page.

Getting Started

  1. Click the QRCGen icon in the browser toolbar
  2. The side panel opens with a QR code for your current page
  3. Copy the share link, download the SVG, or switch to the Embed tab for code snippets

Tabs

Generate

The main tab. Choose between:

Options:

Actions:

Embed

Get ready-to-use code snippets for embedding the QR code in your projects:

All snippets use the canonical CDN URL, so the QR code loads fast from the nearest edge server.

History

Recent QR codes are saved automatically when you copy a share link. Each entry shows:

Actions per item: copy the share link or open it in the browser.

Use “Clear all” to remove history. History is stored locally in your browser — nothing is sent to any server.

Settings

How It Works

QR codes are generated locally in your browser using the uqr library. No data is sent over the network for the preview.

When you copy a share link, the extension builds a canonical URL using the same SHA-256 hash algorithm as the API server. This means the URL is deterministic — the same input always produces the same link.

The extension sends a background request to warm the CDN cache, so when someone opens your share link, the QR code loads instantly from the nearest edge server.

Privacy

Permissions

Install