Full XPath

Copy full xpath

什么是Full XPath?

Full XPath是由Hongfei Wu开发的Chrome扩展程序,该扩展的主要功能是“Copy full xpath”。

下载Full XPath扩展crx文件

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