[*] Chrome Extension · Free · Open Source
Boost your productivity when fixing your site's UI. Hold Alt (or Option on Mac), click any element, and copy its HTML, styles, or a fully-formed prompt.
[*] Generated prompt preview
## Task Make this button pill-shaped ## Context - Page: https://example.com/dashboard - Element: button#submit.btn.btn-primary ## Element HTML ```html <button id="submit" class="btn btn-primary"> Save changes </button> ``` ## Computed styles ```css display: inline-flex; padding: 8px 16px; border-radius: 6px; font-weight: 600; ```
[*] How it works
[*] What you get
Generate prompt
Type a request — get a full structured AI prompt with HTML and computed styles.
Copy HTML
Grab the element's outerHTML in one click.
Copy styles
All non-default computed CSS, diffed against browser defaults.
View styles
A slide-in panel with the full style breakdown.