diff --git a/content/site/tutorials/critique-with-overlay.md b/content/site/tutorials/critique-with-overlay.md index 4ce1e75fd..4eeafebd1 100644 --- a/content/site/tutorials/critique-with-overlay.md +++ b/content/site/tutorials/critique-with-overlay.md @@ -57,7 +57,7 @@ Every outlined element has a floating label naming the rule that fired. Hover an You have three ways to open it: -1. **Chrome extension (coming soon)**: one-click activation on any page. +1. **[Chrome extension](https://chromewebstore.google.com/detail/impeccable/bdkgmiklpdmaojlpflclinlofgjfpabf)**: one-click activation on any page. 2. **Inside `/critique`**: the skill opens the overlay automatically during the browser portion of the assessment. 3. **Standalone CLI**: `npx impeccable live` starts a local overlay server, then you paste any URL. @@ -137,4 +137,4 @@ If something still fires, fix it or write a suppression comment explaining why t - **The overlay shows no findings but critique says there are problems**. The detector catches deterministic patterns. Critique catches judgment calls. They are complementary, not redundant. - **The LLM assessment and the detector disagree**. That is normal. The LLM is subjective. The detector is deterministic. When they disagree, look at both and make a call. -- **The overlay breaks the page layout**. The overlay runs inside an iframe. Some pages with strict frame-ancestors CSP will not load. Use the Chrome extension in that case (once it ships) or run the detector from the CLI and apply findings manually. +- **The overlay breaks the page layout**. The overlay runs inside an iframe. Some pages with strict frame-ancestors CSP will not load. Use the [Chrome extension](https://chromewebstore.google.com/detail/impeccable/bdkgmiklpdmaojlpflclinlofgjfpabf) in that case or run the detector from the CLI and apply findings manually. diff --git a/public/index.html b/public/index.html index a8530c541..4d4214cd4 100644 --- a/public/index.html +++ b/public/index.html @@ -307,12 +307,12 @@ Three ways to use it

The Chrome extension on any site, embedded in /critique during an AI design review, or standalone via npx impeccable live.

- + Impeccable Chrome extension panel listing detected anti-patterns
- Coming soon + Available now Chrome extension - Get notified → + Install from Chrome Web Store →
@@ -436,13 +436,12 @@
-

3Browser extension Coming soon

+

3Browser extension

One-click anti-pattern detection on any live page: yours, staging, production, or anyone else's. Same detection engine as /critique, in your browser.

-

Currently in Chrome Web Store review.

- +
diff --git a/scripts/build-sub-pages.js b/scripts/build-sub-pages.js index 6297862b3..e69b3eecf 100644 --- a/scripts/build-sub-pages.js +++ b/scripts/build-sub-pages.js @@ -493,10 +493,10 @@ function renderVisualModeMain() {

npx impeccable live

Starts a local overlay server, then loads any URL you paste in an iframe with the detector script injected. Works on your own dev server, a staging URL, or anyone's live page.

-
-

Coming soon

+
+

Easiest

Chrome extension

-

One-click activation on any tab. Currently in Chrome Web Store review. Get notified when it lands →

+

One-click activation on any tab. Install from Chrome Web Store →