Full XPath

Copy full xpath

Full XPath란 무엇입니까?

Full XPath은(는) Hongfei Wu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy full xpath"입니다.

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

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

확장 프로그램 사용 설명서

                        copy full xpath with more details, such as class name, id, sibling index, top to BODY level                    

확장 프로그램 기본 정보

이름 Full XPath Full XPath
ID ofjlfbcpbobinkhbhgmmffaojoaghjjc
공식 URL https://chromewebstore.google.com/detail/full-xpath/ofjlfbcpbobinkhbhgmmffaojoaghjjc
설명 Copy full xpath
파일 크기 19.81 KB
설치 횟수 34
현재 버전 1.0
최근 업데이트 2018-08-27
출시 날짜 2018-08-26
개발자 Hongfei Wu
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Copy full xpath",
    "manifest_version": 2,
    "icons": {
        "16": "images\/selector_16.png",
        "48": "images\/selector_48.png",
        "128": "images\/selector_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/selector_16.png",
            "48": "images\/selector_48.png",
            "128": "images\/selector_128.png"
        },
        "default_title": "Copy full xpath with more details"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "name": "Full XPath",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ]
}