[*] Chrome Extension · Free · Open Source

Inspect any element.
Paste context into your AI coding agent.

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.

demoui-context.mp4

[*] Generated prompt preview

clipboardui-context.md
## 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

  1. 01
    Hold Alt / OptionCursor switches to a crosshair. Hover mode activates.
  2. 02
    Hover over any elementA highlight overlay appears with the element's tag and classes.
  3. 03
    ClickA context menu opens with four actions.
  4. 04
    Choose your outputGenerate prompt, Copy HTML, Copy styles, or View styles.

[*] 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.