Full XPath

Copy full xpath

What is Full XPath?

Full XPath is a Chrome extension developed by Hongfei Wu, and its main feature is "Copy full xpath".

Download Full XPath Extension CRX File

Download Full XPath extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        copy full xpath with more details, such as class name, id, sibling index, top to BODY level                    

Extension Basic Information

Name Full XPath Full XPath
ID ofjlfbcpbobinkhbhgmmffaojoaghjjc
Official URL https://chromewebstore.google.com/detail/full-xpath/ofjlfbcpbobinkhbhgmmffaojoaghjjc
Description Copy full xpath
File Size 19.81 KB
Installation Count 34
Current Version 1.0
Last Updated 2018-08-27
Publish Date 2018-08-26
Developer Hongfei Wu
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}