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
Eメール [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"
    ]
}