Selector Path and xPath

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

What is Selector Path and xPath?

Selector Path and xPath is a Chrome extension developed by vivekgari, and its main feature is "This extension lets you find selector Path and xPath of clicked html element".

Download Selector Path and xPath Extension CRX File

Download Selector Path and 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

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

Extension Basic Information

Name Selector Path and xPath Selector Path and xPath
ID mkhipceidjnbpmjdgehkahdhgjmlmioe
Official URL https://chrome.google.com/webstore/detail/selector-path-and-xpath/mkhipceidjnbpmjdgehkahdhgjmlmioe
Description This extension lets you find selector Path and xPath of clicked html element
File Size 49.46 KB
Installation Count 12
Current Version 1.0
Last Updated 2017-01-25
Publish Date 2017-01-25
Developer vivekgari
Email [email protected]
Payment Type free
Supported Languages 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'"
}