Selector Path and xPath

This extension lets you find selector Path and xPath of clicked html element

Selector Path and xPath là gì?

Selector Path and xPath là một tiện ích mở rộng Chrome được phát triển bởi vivekgari, và tính năng chính của nó là "This extension lets you find selector Path and xPath of clicked html element".

Tải xuống tệp CRX của tiện ích mở rộng Selector Path and xPath

Tải xuống các tệp mở rộng Selector Path and 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

                        This extension lets you find selector Path and xPath of clicked html element                    

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

Tên Selector Path and xPath Selector Path and xPath
ID mkhipceidjnbpmjdgehkahdhgjmlmioe
URL Chính Thức https://chrome.google.com/webstore/detail/selector-path-and-xpath/mkhipceidjnbpmjdgehkahdhgjmlmioe
Mô tả This extension lets you find selector Path and xPath of clicked html element
Kích Thước Tệp 49.46 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-01-25
Ngày Phát Hành 2017-01-25
Nhà Phát Triển vivekgari
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selector Path and xPath",
    "description": "This extension lets you find selector Path and xPath of clicked html element",
    "version": "1.0",
    "homepage_url": "http:\/\/vivekkumar11432.wordpress.com",
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "",
        "default_title": "xPath"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/; object-src 'self'"
}