Full XPath

Copy full xpath

Full XPathคืออะไร?

Full XPath เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hongfei Wu และคุณลักษณะหลักของมันคือ "Copy full xpath"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Full XPath

ดาวน์โหลดไฟล์ส่วนขยาย Full XPath ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}