Selector Path and xPath

This extension lets you find selector Path and xPath of clicked html element

Selector Path and xPathคืออะไร?

Selector Path and xPath เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vivekgari และคุณลักษณะหลักของมันคือ "This extension lets you find selector Path and xPath of clicked html element"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Selector Path and xPath

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

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

                        This extension lets you find selector Path and xPath of clicked html element                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Selector Path and xPath Selector Path and xPath
ID mkhipceidjnbpmjdgehkahdhgjmlmioe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/selector-path-and-xpath/mkhipceidjnbpmjdgehkahdhgjmlmioe
คำอธิบาย This extension lets you find selector Path and xPath of clicked html element
ขนาดไฟล์ 49.46 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-01-25
วันที่เผยแพร่ 2017-01-25
ผู้พัฒนา vivekgari
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selector Path and xPath",
    "description": "This extension lets you find selector Path and xPath of clicked html element",
    "version": "1.0",
    "homepage_url": "http:\/\/vivekkumar11432.wordpress.com",
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "",
        "default_title": "xPath"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/; object-src 'self'"
}