XPather
Chrome extension for XPath operations on current document, reliable and easy to use with fully featured XPath 2.0 support.
XPather란 무엇입니까?
XPather은(는) Simek에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension for XPath operations on current document, reliable and easy to use with fully featured XPath 2.0 support."입니다.
확장 프로그램 스크린샷
XPather 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features - search by evaluating XPath (so forget about not working expressions!) - instant result highlighting - matched nodes content available in sidebar - find matched node on page by clicking it in sidebar - functions and attributes shortcuts 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: https://github.com/Simek/XPather#available-shortcuts Code, changelog and issues report at GitHub: https://github.com/Simek/XPather
확장 프로그램 기본 정보
이름 | XPather |
ID | gabekepgockchhemajjahpchlnkadiac |
공식 URL | https://chromewebstore.google.com/detail/xpather/gabekepgockchhemajjahpchlnkadiac |
설명 | Chrome extension for XPath operations on current document, reliable and easy to use with fully featured XPath 2.0 support. |
파일 크기 | 70.42 KB |
설치 횟수 | 11,337 |
현재 버전 | 0.7.6 |
최근 업데이트 | 2015-07-20 |
출시 날짜 | 2015-07-20 |
평점 | 4.05/5 총 41 개의 평점 |
개발자 | Simek |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Simek/XPather |
도움말 페이지 URL | https://github.com/Simek/XPather/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "XPather", "short_name": "XPather", "description": "Chrome extension for XPath operations on current document, reliable and easy to use with fully featured XPath 2.0 support.", "author": "Bartek 'Simek' Kaszubowski", "homepage_url": "https:\/\/github.com\/Simek\/XPather", "version": "0.7.6", "browser_action": { "default_title": "Toggle XPather", "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" } }, "background": { "scripts": [ "eventPage.js" ], "persistance": false }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+X", "mac": "Alt+X", "linux": "Alt+X", "default": "Alt+X" }, "description": "Toogle XPather" }, "toggle-sidebar": { "suggested_key": { "windows": "Alt+Shift+X", "mac": "Alt+Shift+X", "linux": "Alt+Shift+X", "default": "Alt+Shift+X" }, "description": "Toogle XPather sidebar" }, "input-autocomplete": { "suggested_key": { "windows": "Alt+Z", "mac": "Alt+Z", "linux": "Alt+Z", "default": "Alt+Z" }, "description": "Autocomplete XPather input" } }, "content_scripts": [ { "css": [ "css\/xpather.css" ], "js": [ "lib\/jquery-2.1.4.min.js", "lib\/jquery.xpath-0.3.1.min.js", "lib\/jquery.scrollTo-2.1.1.min.js", "lib\/jquery.caret.js", "lib\/functions.js", "xpather.constants.js", "xpather.contextMenu.js", "xpather.js" ], "matches": [ " |