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 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.3.6 Free · no account · nothing leaves your machine Not in the Chrome or Firefox stores yet — download it here

Chrome, Edge, Brave

Any Chromium browser

Download for Chrome
  1. Unzip it anywhere you'll keep it — deleting the folder uninstalls the extension.
  2. Open chrome://extensions.
  3. Turn on Developer mode, top right.
  4. Click Load unpacked and pick the unzipped folder.

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.
  4. Prefer to read it first? The ZIP loads unpacked from about:debugging.

Neither store carries the extension yet. The Firefox build is signed by Mozilla, so it installs and updates like any other add-on. Chromium browsers have no equivalent — they only accept an extension from the Chrome Web Store or an unpacked folder, so keep that folder somewhere permanent: deleting it uninstalls the extension.

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 seventy 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.

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.