XPath tool

XPath tool

XPath toolคืออะไร?

XPath tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nik.fa และคุณลักษณะหลักของมันคือ "XPath tool"

ภาพหน้าจอของส่วนขยาย

screenshot

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

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

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

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