From b8bbe84aa9d48bab5ab622f3ec3f4740576d98f8 Mon Sep 17 00:00:00 2001 From: Grzegorz Kucmierz Date: Mon, 2 Mar 2026 23:24:03 +0000 Subject: [PATCH] docs: add descriptions for all new tools (QR Gen, QR Scanner, URL Cleaner) to README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 24666ac..ed6e700 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,26 @@ Monitor and capture your clipboard history in real-time. - Clears history on demand. - Privacy-focused: Data is processed locally and never sent to any server. +### � URL Cleaner +Clean tracking parameters and clutter from URLs. +- **Privacy:** Removes known tracking parameters (UTM, fbclid, gclid, etc.). +- **Bulk Processing:** Clean list of URLs at once. +- **Customizable:** Manage exceptions to keep specific parameters. +- **Smart:** "Direct Clean" mode for quick single-URL cleaning. + +### �🔳 QR Generator +Create custom QR codes instantly. +- **Customizable:** Adjustable error correction level and size. +- **Download:** Save as PNG (raster) or SVG (vector) for high-quality printing. +- **Persistent Settings:** Remembers your preferences. + +### 📷 QR Scanner +Scan QR codes directly from your camera or device. +- **Privacy First:** Works entirely in the browser using local `BarcodeDetector` API. No images are sent to any server. +- **Multi-Camera:** Support for front and back cameras with easy switching. +- **History:** Keeps a log of scanned codes with options to copy or download as JSON. +- **Responsive:** Fullscreen mode for immersive scanning experience. + --- ## Chrome Extension 🧩