XPathify

Instantly test and evaluate XPath expressions directly on web pages.

As of June 2026, XPathify has 13 users and a 5.00/5 rating from 4 reviews in the Developer Tools category.

Usersdown 7.1 percent7.1%
13
13
Ratingno change0%
5.00
4 reviews
Reviewsno change0%
4
Version
1.4.0
Manifest V3
90-day change · In the last 90 days this extension 6 version updates.

History

11 snapshots

Tracking since Apr 6, 2026.

14.411.58.6Apr 6, 2026Jun 15, 2026
View as table
DateUsersRatingReviewsVersion
Apr 6, 2026145.0041.1.2
Apr 18, 2026125.0041.2.0
Apr 23, 2026125.0041.3.1
Apr 30, 2026145.0041.3.2
May 7, 2026115.0041.3.2
May 12, 2026105.0041.3.2
May 17, 202695.0041.3.2
May 24, 2026105.0041.3.2
May 30, 2026105.0041.3.4
Jun 6, 2026105.0041.3.5
Jun 15, 2026125.0041.3.5
Now135.0041.4.0

Changelog

  • May 24, 2026
    description
    XPathify: Effortlessly evaluate and locate elements on web pages using XPath expressions. Features a side panel for easy input and instant results highlighting. Explore, copy, and inspect elements with ease, even within iframes. Includes a guide for XPath syntax and customizable settings for highlighting and evaluation modes (auto/manual, target/all/manual, style, light/dark mode).
    XPathify — Evaluate XPath expressions, live on any web page.
    
      Type an XPath, watch matching elements light up on the page instantly. Save the queries you use often, replay recent ones, and pierce the Shadow DOM that standard XPath can't reach. All from a polished side panel
       that opens with one keystroke.
    
      Built for QA engineers, automation developers, web scrapers, and anyone who's tired of typing $x("...") into DevTools fifty times a day.
    
      ------------------------------------
      WHAT YOU CAN DO
      ------------------------------------
    
      • Evaluate any XPath expression on the active tab — instantly
      • See every match highlighted on the page in your choice of style: background color, outline, or overlay
      • View the resolved DOM path for each match
      • Step through matches one at a time, or see them all at once
      • Save XPaths into folders — bookmark the ones you reach for again and again
      • Replay recent queries from a configurable history
      • Import / export your saved XPaths as JSON — share with teammates or back up
      • Pierce the Shadow DOM with the //shadow-root/ extension — query inside Web Components that standard XPath can't see
      • Trigger from anywhere with Cmd+Shift+X (Ctrl+Shift+X on Windows / Linux)
    
      ------------------------------------
      TWO VIEW MODES
      ------------------------------------
    
      • Side Panel — docked into Chrome's native sidebar, always one click away
      • Inline Widget — a draggable floating mini-window you can park anywhere on the page; minimize to a small puck when you need the screen back
    
      Per-tab context: each tab remembers its own XPath, results, and highlight state. Switch tabs without losing your place.
    
      ------------------------------------
      DESIGNED FOR YOUR WORKFLOW
      ------------------------------------
    
      • Light and dark themes, with six accent colors
      • Auto or manual evaluation (type-as-you-go vs. on-demand)
      • Configurable highlight target (all matches vs. one at a time) and style
      • Built-in interactive XPath guide — searchable, with examples for axes, predicates, functions, contains(), starts-with(), and more
      • "What's new" screen on every update so you never miss a feature
    
      ------------------------------------
      WHO IT'S FOR
      ------------------------------------
    
      • QA engineers writing Selenium, Playwright, or Cypress automation
      • Web scrapers building data pipelines
      • Front-end developers debugging selectors
      • SRE / monitoring engineers writing checks
      • Anyone who lives in DevTools and wants better tooling
    
      ------------------------------------
      PRIVACY FIRST
      ------------------------------------
    
      • Runs entirely in your browser. Nothing leaves your device.
      • No accounts, no telemetry, no tracking.
      • Your saved XPaths and history are stored in Chrome's local storage.
    
      ------------------------------------
      PERMISSIONS, EXPLAINED
      ------------------------------------
    
      • <all_urls> — XPath evaluation only makes sense against the page you're looking at, so XPathify needs to read the DOM of the active tab when you ask it to evaluate. It does not transmit or store page content.
      • storage — for your saved XPaths, history, and preferences.
      • sidePanel — to render the side panel UI.
      • scripting — to inject the evaluation logic into the active page.
    
      ------------------------------------
      KEYBOARD SHORTCUT
      ------------------------------------
    
      • macOS: Cmd+Shift+X
      • Windows / Linux: Ctrl+Shift+X
      • Customize at chrome://extensions/shortcuts
    
      ------------------------------------
      GET STARTED
      ------------------------------------
    
      1. Install, then press your shortcut.
      2. Try //h1 on any page to see how matching feels.
      3. Open Settings to pick your theme and highlight style.
      4. Click any match to see its full DOM path.
      5. Save the queries you use often into folders.
    
      XPathify is free and built with care. If you hit a snag, the in-app guide has answers, and the shortcut is always one tap away.

Permissions & access

Permissions
sidePanelscriptingwebNavigationstorage
Host access
https://*/*, http://*/*, <all_urls>

Screenshots

XPathify screenshot 1XPathify screenshot 2XPathify screenshot 3XPathify screenshot 4

About

XPathify — Evaluate XPath expressions, live on any web page.

  Type an XPath, watch matching elements light up on the page instantly. Save the queries you use often, replay recent ones, and pierce the Shadow DOM that standard XPath can't reach. All from a polished side panel
   that opens with one keystroke.

  Built for QA engineers, automation developers, web scrapers, and anyone who's tired of typing $x("...") into DevTools fifty times a day.

  ------------------------------------
  WHAT YOU CAN DO
  ------------------------------------

  • Evaluate any XPath expression on the active tab — instantly
  • See every match highlighted on the page in your choice of style: background color, outline, or overlay
  • View the resolved DOM path for each match
  • Step through matches one at a time, or see them all at once
  • Save XPaths into folders — bookmark the ones you reach for again and again
  • Replay recent queries from a configurable history
  • Import / export your saved XPaths as JSON — share with teammates or back up
  • Pierce the Shadow DOM with the //shadow-root/ extension — query inside Web Components that standard XPath can't see
  • Trigger from anywhere with Cmd+Shift+X (Ctrl+Shift+X on Windows / Linux)

  ------------------------------------
  TWO VIEW MODES
  ------------------------------------

  • Side Panel — docked into Chrome's native sidebar, always one click away
  • Inline Widget — a draggable floating mini-window you can park anywhere on the page; minimize to a small puck when you need the screen back

  Per-tab context: each tab remembers its own XPath, results, and highlight state. Switch tabs without losing your place.

  ------------------------------------
  DESIGNED FOR YOUR WORKFLOW
  ------------------------------------

  • Light and dark themes, with six accent colors
  • Auto or manual evaluation (type-as-you-go vs. on-demand)
  • Configurable highlight target (all matches vs. one at a time) and style
  • Built-in interactive XPath guide — searchable, with examples for axes, predicates, functions, contains(), starts-with(), and more
  • "What's new" screen on every update so you never miss a feature

  ------------------------------------
  WHO IT'S FOR
  ------------------------------------

  • QA engineers writing Selenium, Playwright, or Cypress automation
  • Web scrapers building data pipelines
  • Front-end developers debugging selectors
  • SRE / monitoring engineers writing checks
  • Anyone who lives in DevTools and wants better tooling

  ------------------------------------
  PRIVACY FIRST
  ------------------------------------

  • Runs entirely in your browser. Nothing leaves your device.
  • No accounts, no telemetry, no tracking.
  • Your saved XPaths and history are stored in Chrome's local storage.

  ------------------------------------
  PERMISSIONS, EXPLAINED
  ------------------------------------

  • <all_urls> — XPath evaluation only makes sense against the page you're looking at, so XPathify needs to read the DOM of the active tab when you ask it to evaluate. It does not transmit or store page content.
  • storage — for your saved XPaths, history, and preferences.
  • sidePanel — to render the side panel UI.
  • scripting — to inject the evaluation logic into the active page.

  ------------------------------------
  KEYBOARD SHORTCUT
  ------------------------------------

  • macOS: Cmd+Shift+X
  • Windows / Linux: Ctrl+Shift+X
  • Customize at chrome://extensions/shortcuts

  ------------------------------------
  GET STARTED
  ------------------------------------

  1. Install, then press your shortcut.
  2. Try //h1 on any page to see how matching feels.
  3. Open Settings to pick your theme and highlight style.
  4. Click any match to see its full DOM path.
  5. Save the queries you use often into folders.

  XPathify is free and built with care. If you hit a snag, the in-app guide has answers, and the shortcut is always one tap away.

Technical

Version
1.4.0
Manifest
V3
Size
259KiB
Min Chrome
88
Languages
1
Featured
No

Metadata

ID
ffhbcenfioobgmnhokaabdaecfoocmli
Developer ID
u392a7b9da59cac9f7e9067ca72b40d62
Developer Email
[email protected]
Created
May 27, 2025
Last Updated (Store)
Jun 12, 2026
Last Scraped
Jun 15, 2026
Website
Support URL
Privacy Policy

Similar extensions

Alternatives to XPathify, ranked by description similarity.

Data sourced from the Chrome Web Store · last verified Jun 15, 2026.