Skip to content
/ XPather Public

Chrome extension for XPaths operations done the right way.

Notifications You must be signed in to change notification settings

Simek/XPather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 20, 2015
b7e08c1 · Jul 20, 2015
Jul 20, 2015
Feb 14, 2015
Jul 20, 2015
May 16, 2014
Feb 19, 2015
Feb 8, 2015
Feb 19, 2015
Jul 20, 2015
Feb 19, 2015
Feb 19, 2015
Jul 20, 2015

Repository files navigation

XPather

Chrome extension for XPath operations on current document, reliable and easy to use with fully featured XPath 2.0 support.

Get it from Chrome Web Store

Features

  • evaluating XPath on current document (using jQuery XPath)
  • evaluating XPath 2.0 queries and expresions
  • matched nodes content preview in sidebar
  • functions and attributes shortcuts
  • scroll viewport to selected node

Keyboard shortcuts

Alt+X - toggle XPather

Alt+Shift+X - toggle XPather Sidebar (when XPather is active)

Alt+Z - autocomplete XPather input

All shortcuts are customizable using "Keyboard Shortcuts" option located on the bottom of Chrome extensions page (chrome://extensions).

Available autocomplete shortcuts

Shortcut | XPath function --- | --- | --- co | contains() sw | starts-with() ew | ends-with() uc | upper-case() lc | lower-case() no | not()

Shortcut | HTML tag --- | --- | --- d | div s | span

Shortcut | HTML attribute --- | --- | --- @c | class @h | href @i | id @s | style @t | title

About

Chrome extension for XPaths operations done the right way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published