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