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
官方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'"
}