Firefox · v0.1.0 signed

Point. Click.
Grab.

A Firefox extension that turns any element on any web page into Markdown your coding agent already understands, with the React, Vue, or Svelte component name and source file already attached.

Mozilla-signed MIT licensed ~110 KB
your-app.localhost:3000/dashboard
click the icon to arm
copied to clipboard
Subscription

Renews in 14 days. Cancel anytime, no fees, no questions.

JDMKRT
3 teammates online
● Active
hover any element →
// pick something on the left.
// how it works

Walks the tree
your framework already built.

Most "copy as Markdown" tools hand the model a div with no context. Grab Context follows the React fiber, Vue parent component, or Svelte meta back to the named source file and includes it. Models stop guessing which component you meant.

React

Walks the fiber tree via bippy to the nearest composite component and returns its display name plus the source frame Next.js can symbolicate.

Vue 3

Reads __vueParentComponent, pulls __name and __file from the SFC compiler, and folds in data-v-inspector when present.

Svelte

Reads __svelte_meta in dev builds to get the component file and the exact line your element was emitted from.

// features

Four behaviours,
one click.

The toolbar icon arms a precision cursor and shows on-page guides. Click an element to copy. Press S to screenshot the same element to your clipboard as a PNG.

// auto-copy

Markdown the moment you click.

HTML converted via Turndown, component name and source file appended as comments. Paste straight into Cursor, Claude, ChatGPT, or Copilot Chat — they already know what to do with it.

click clipboard.markdown
// crosshair

Pixel-precise guides.

Two thin lines that follow the cursor and snap to the element under the pointer.

<button>
// screenshot

Element to clipboard as PNG.

Native viewport capture cropped to the selection at devicePixelRatio.

// auto-arm

One icon click, cursor live.

No two-step "enable then arm" dance. Clicking the toolbar icon turns the picker on and the cursor is already hot. Toggle off and the entire UI is gone from the page.

↑↓ or just click the icon
// zero-trust

Nothing leaves your device.

No analytics. No telemetry. No remote configuration. No account. The clipboard is the only destination. The privacy policy is one page long.

Install in 30 seconds.

Mozilla-signed. Permanent install on regular Firefox 128 or later. Self-distributed via GitHub Releases — no Chrome Web Store middleman, no listing review.

Download the .xpi
  1. 01 Open the release page in Firefox
  2. 02 Click the .xpi file
  3. 03 Confirm the install prompt
  4. 04 Click the toolbar icon to arm