The HelpyTools companion.

Right-click anything on any page and send it straight to the tool that handles it — a pixel's exact color, an element's structure, a selection, a code block, a link, an image. It also gives the HTTP Analyser the one thing a web page is never allowed to do: send a real cross-origin request.

Version 2.4.0 Free · no account · nothing leaves your machine Chrome Web Store · Mozilla-signed for Firefox

Chrome, Edge, Brave

From the Chrome Web Store

Add to Chrome
  1. Click the button — the store listing opens in a new tab.
  2. Choose Add to Chrome, then Add extension.
  3. That is the whole install; it updates itself. Edge and Brave take it from the same listing.

Firefox

Signed by Mozilla — installs for good

Install for Firefox
  1. Click the button — Firefox asks whether to add it.
  2. Choose Add, then Okay.
  3. That is the whole install; it survives a restart.

The bridge runs only on helpytools.com

The piece that talks to the tool pages is injected nowhere else — plus a localhost origin for development.

One script loads everywhere: the pointer tracker

About eighty lines. Pixel picking and element capture need to know where you right-clicked, and a context-menu click carries no coordinates. It listens for contextmenu and nothing else — no mouse tracking, no scroll listening, no reading the page on load. It remembers one point and two colours, and stores nothing.

Captures strip content

Wireframe capture removes text, comments, scripts, embedded documents, form names and values, event handlers and data attributes, keeping structural names, IDs, classes and a small attribute allowlist.

Nothing is uploaded

Every handoff goes to a HelpyTools tab on your machine, where the tool runs in your browser as it always does. There is no server in the path and no telemetry.