Capture a bounded page view
Read only a bounded representation of the active shopping page after the user starts an analysis.
Extract product prices from the page you are viewing with Chrome's built-in AI, without sending the page to a backend.
View on GitHubActive shopping page
{ "title": "Product",
"price": 29900 }
Platform
Chrome Extension
Processing
Inside the browser
Tested fixture
2 accepted · 0 rejected
How it works
Read only a bounded representation of the active shopping page after the user starts an analysis.
Ask Chrome's built-in model for schema-constrained product, price, shipping, and link data.
Reject prices and URLs that cannot be found in the captured page instead of trusting model output blindly.
Install and try
The first analysis can trigger an on-device model download. Progress appears in the extension popup.
Extension
Chrome Manifest V3, JavaScript
On-device model
Chrome LanguageModel API
Output controls
JSON Schema, source validation
Verification
Vitest, real Chrome fixture
Read the source, run the tests, and load the unpacked extension in Chrome.