Selector Path and xPath

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

Qu'est-ce que Selector Path and xPath ?

Selector Path and xPath est une extension Chrome développée par vivekgari, et sa fonction principale est "This extension lets you find selector Path and xPath of clicked html element".

Télécharger le fichier CRX de l'extension Selector Path and xPath

Téléchargez les fichiers d'extension Selector Path and xPath au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Selector Path and xPath Selector Path and xPath
ID mkhipceidjnbpmjdgehkahdhgjmlmioe
URL Officiel 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
Taille du Fichier 49.46 KB
Nombre d'Installations 12
Version Actuelle 1.0
Dernière Mise à Jour 2017-01-25
Date de Publication 2017-01-25
Développeur vivekgari
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}