XPath tool

XPath tool

什么是XPath tool?

XPath tool是由nik.fa开发的Chrome扩展程序,该扩展的主要功能是“XPath tool”。

扩展截图

screenshot

下载XPath tool扩展crx文件

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