XPath tool

XPath tool

XPath tool란 무엇입니까?

XPath tool은(는) nik.fa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "XPath tool"입니다.

확장 프로그램 스크린샷

screenshot

XPath tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Xpath Tool

在页面点击 ctrl+shift+X 开关本工具,工具开启后按住 shift 移动鼠标选择节点

Hit Ctrl-Shift-X on the page to open the XPath Tool console.
Hold down Shift as you mouse over elements on the page.                    

확장 프로그램 기본 정보

이름 XPath tool XPath tool
ID kloghhlglbphgmfngbmaijbofialbcnm
공식 URL https://chromewebstore.google.com/detail/xpath-tool/kloghhlglbphgmfngbmaijbofialbcnm
설명 XPath tool
파일 크기 20.82 KB
설치 횟수 249
현재 버전 0.0.1
최근 업데이트 2012-11-22
출시 날짜 2012-11-21
평점 1.40/5 총 5 개의 평점
개발자 nik.fa
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "XPath tool",
    "icons": {
        "128": "static\/icon128.png",
        "32": "static\/icon32.png",
        "48": "static\/icon48.png"
    },
    "manifest_version": 2,
    "name": "XPath tool",
    "version": "0.0.1",
    "web_accessible_resources": [
        "bar.css",
        "bar.html",
        "bar.js"
    ]
}