XPath Helper
Extract, edit, and evaluate XPath queries with ease.
XPath Helper란 무엇입니까?
XPath Helper은(는) Adam Sadovsky에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract, edit, and evaluate XPath queries with ease."입니다.
확장 프로그램 스크린샷
XPath Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
XPath Helper makes it easy to extract, edit, and evaluate XPath queries on any webpage. IMPORTANT: After installing this extension, you must reload any existing tabs or restart Chrome for the extension to work. Instructions: 1. Open a new tab and navigate to any webpage. 2. Hit Ctrl-Shift-X (or Command-Shift-X on OS X), or click the XPath Helper button in the toolbar, to open the XPath Helper console. 3. Hold down Shift as you mouse over elements on the page. The query box will continuously update to show the XPath query for the element below the mouse pointer, and the results box will show the results for the current query. 4. If desired, edit the XPath query directly in the console. The results box will immediately reflect your changes. 5. Repeat step (2) to close the console. If the console gets in your way, hold down Shift and then move your mouse over it; it will move to the opposite side of the page. One word of caution: When rendering HTML tables, Chrome inserts artificial tags into the DOM, which will consequently show up in queries extracted by this extension.확장 프로그램 기본 정보
이름 XPath Helper ID hgimnogjllphhhkhlmebbmlgjoejdpjl 공식 URL https://chromewebstore.google.com/detail/xpath-helper/hgimnogjllphhhkhlmebbmlgjoejdpjl 설명 Extract, edit, and evaluate XPath queries with ease. 파일 크기 247 KB 설치 횟수 309,515 현재 버전 2.0.2 최근 업데이트 2015-07-14 출시 날짜 2015-07-13 평점 3.42/5 총 578 개의 평점 개발자 Adam Sadovsky 결제 유형 free 확장 프로그램 웹 사이트 https://github.com/google/xpaf 지원되는 언어 en manifest.json { "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "XPath Helper", "version": "2.0.2", "description": "Extract, edit, and evaluate XPath queries with ease.", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "static\/icon_19x19.png", "38": "static\/icon_38x38.png" } }, "content_scripts": [ { "matches": [ "" ], "css": [ "content.css" ], "js": [ "content.js" ] } ], "icons": { "16": "static\/icon_16x16.png", "32": "static\/icon_32x32.png", "48": "static\/icon_48x48.png", "128": "static\/icon_128x128.png" }, "web_accessible_resources": [ "bar.css", "bar.html", "bar.js" ] }