sexybear / XPather

Chrome extension for XPaths operations done the right way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 81.2%Language:CSS 18.8%