Full XPath

Copy full xpath

Full XPath là gì?

Full XPath là một tiện ích mở rộng Chrome được phát triển bởi Hongfei Wu, và tính năng chính của nó là "Copy full xpath".

Tải xuống tệp CRX của tiện ích mở rộng Full XPath

Tải xuống các tệp mở rộng Full XPath dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Full XPath Full XPath
ID ofjlfbcpbobinkhbhgmmffaojoaghjjc
URL Chính Thức https://chromewebstore.google.com/detail/full-xpath/ofjlfbcpbobinkhbhgmmffaojoaghjjc
Mô tả Copy full xpath
Kích Thước Tệp 19.81 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-08-27
Ngày Phát Hành 2018-08-26
Nhà Phát Triển Hongfei Wu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}