Privacy Policy — last updated March 2026
QRSnap is a Chrome browser extension that generates a QR code for the page you are currently browsing — one click to download or copy as a PNG. This page describes how the extension handles data.
QRSnap does not collect, transmit, or store any personal data. No analytics, no tracking, and no external requests of any kind are made by the extension.
When you open the popup, the extension reads the URL and title of your active tab using
chrome.tabs.query. This information is used solely to generate the QR code
and share card image inside your browser. Nothing is sent to any server — QR generation
happens entirely on-device using the qrcode library bundled with the extension.
The generated image exists only in memory for the duration the popup is open. Closing the popup discards it. No data is written to disk, cookies, or any storage mechanism.
The extension requests a single Chrome permission:
No other permissions are requested or used.
QRSnap does not use any third-party services, SDKs, or analytics libraries.
If you have questions, open an issue on GitHub.