GitXplorerGitXplorer
S

XPather

public
43 stars
15 forks
6 issues

Commits

List of commits on branch master.
Unverified
b7e08c10bb694728327c746368887473fd12a1b9

version 0.7.6

SSimek committed 9 years ago
Unverified
adfbf05970dd453753590e4ce418383fb01e1a57

missing file changes

SSimek committed 9 years ago
Unverified
38160218c8c441e1c0be807c6bf23b7ff9a5b52b

fix missing text for sidebars entries & other bugs fix

SSimek committed 9 years ago
Unverified
6eac01ea7ec4d8375834a66b751799b46bf5e269

version 0.7.5

SSimek committed 9 years ago
Unverified
3667da27267f5e879e155381b7d582070a6d4199

fix results not updating properly under certain circumstances

SSimek committed 9 years ago
Unverified
8acb0bb505b68bdada93dd17cbbf83c860feab8f

improvements + libs updated

SSimek committed 9 years ago

README

The README file for this repository.

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