Selector Path and xPath

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

Wat is Selector Path and xPath?

Selector Path and xPath is een Chrome-extensie ontwikkeld door vivekgari, en de belangrijkste functie is "This extension lets you find selector Path and xPath of clicked html element".

Download het CRX-bestand van de extensie Selector Path and xPath

Download Selector Path and xPath-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Selector Path and xPath Selector Path and xPath
ID mkhipceidjnbpmjdgehkahdhgjmlmioe
Officiële URL https://chrome.google.com/webstore/detail/selector-path-and-xpath/mkhipceidjnbpmjdgehkahdhgjmlmioe
Beschrijving This extension lets you find selector Path and xPath of clicked html element
Bestandsgrootte 49.46 KB
Aantal Installaties 12
Huidige Versie 1.0
Laatst Bijgewerkt 2017-01-25
Publicatiedatum 2017-01-25
Ontwikkelaar vivekgari
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}