🧩

Price Scanner

A Chrome browser extension (Manifest V3) that adds a toolbar button. When clicked, the popup injects a scanner into the active tab (via chrome.scripting.executeScript) that walks visible text nodes and extracts price-like values using regexes covering formats such as $19.99, USD 12.50, CAD 45, €9,99, and £5. The popup lists all found prices sorted highest first with their count and a computed total, and includes a 'Copy to clipboard' button that copies the formatted list plus total. Each scan result is saved to chrome.storage.local keyed by the site's hostname, so reopening the popup on the same site shows the last scan (with a timestamp) until a new scan is run. No backend or server storage is needed.

⬇ Download extension (24 KB)
📦 Store submission kit
  1. Unzip the download.
  2. Open chrome://extensions and switch on Developer mode.
  3. Hit Load unpacked and pick the unzipped folder.
  4. Pin it from the puzzle icon — done!

Built & managed by SuperBots.ca · Privacy policy · Store listing kit