Selector Path and xPath

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

Cos'è Selector Path and xPath?

Selector Path and xPath è un'estensione di Chrome sviluppata da vivekgari, e la sua funzione principale è "This extension lets you find selector Path and xPath of clicked html element".

Scarica il file CRX dell'estensione Selector Path and xPath

Scarica i file di estensione Selector Path and xPath in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Selector Path and xPath Selector Path and xPath
ID mkhipceidjnbpmjdgehkahdhgjmlmioe
URL Ufficiale https://chrome.google.com/webstore/detail/selector-path-and-xpath/mkhipceidjnbpmjdgehkahdhgjmlmioe
Descrizione This extension lets you find selector Path and xPath of clicked html element
Dimensione del File 49.46 KB
Conteggio Installazioni 12
Versione Corrente 1.0
Ultimo Aggiornamento 2017-01-25
Data di Pubblicazione 2017-01-25
Sviluppatore vivekgari
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}