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是由vivekgari開發的Chrome擴展程式,該擴展的主要功能是“This extension lets you find selector Path and xPath of clicked html element”。

下載Selector Path and xPath擴展crx文件

下載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
官方網址 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'"
}