Privacy Policy
Last updated: 2026-06-03
Design Review is a Chrome extension that helps you capture design feedback on a web page and hand it to an AI coding agent. This policy explains what it does and does not do with your data.
The short version
Design Review does not collect, transmit, sell, or share any of your data. It has no backend, makes no network requests, and contains no analytics or tracking. Everything it produces stays on your own computer.
What the extension handles
When you pick an element and capture feedback, the extension builds a “review” from data you explicitly select:
- The CSS selector and DOM context of elements you pick
- Before/after values for the visual changes you make (color, text, size, font size)
- Notes you type
- Screenshots you capture and annotate, and images you attach
This data exists only:
- In the page and the extension's local storage while you work (Chrome's
storage.session, cleared when you discard a review or close the browser). - On your clipboard, when you click “Copy Prompt” or “Copy command”.
- In your Downloads folder (
~/Downloads/design-reviews/<id>/), when a review includes screenshots or when you use “Copy command”. These are ordinary files you own and can delete at any time.
The extension never sends any of this anywhere. Where it ends up next is your choice — typically pasting it into your own terminal running an AI coding tool.
Permissions and why they're used
- Host access to all sites (
<all_urls>) — so you can capture design feedback on any website you choose. This also lets the extension read the reviewed page's URL and title (stored in the review) and capture a screenshot of the current tab when you ask. The extension only reads page content when you actively pick an element or capture a screenshot. storage— to hold the in-progress review locally between clicks.downloads— to save the review files (screenshots, prompt, JSON) to your Downloads folder when you export.sidePanel— to show the extension's UI in Chrome's side panel.
The extension requests no tabs, activeTab, or scripting permissions, and downloads no code at runtime.
Data retention
The extension keeps nothing. In-progress reviews live in session storage until you discard them or close Chrome. Exported files live in your Downloads folder until you delete them.
Contact
Questions about this policy: rajaosamainayat@gmail.com