Selector Path and xPath

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

¿Qué es Selector Path and xPath?

Selector Path and xPath es una extensión de Chrome desarrollada por vivekgari, y su función principal es "This extension lets you find selector Path and xPath of clicked html element".

Descargar Archivo CRX de la Extensión Selector Path and xPath

Descarga archivos de extensión Selector Path and xPath en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Selector Path and xPath Selector Path and xPath
ID mkhipceidjnbpmjdgehkahdhgjmlmioe
URL Oficial https://chrome.google.com/webstore/detail/selector-path-and-xpath/mkhipceidjnbpmjdgehkahdhgjmlmioe
Descripción This extension lets you find selector Path and xPath of clicked html element
Tamaño del Archivo 49.46 KB
Cantidad de Instalaciones 12
Versión Actual 1.0
Última Actualización 2017-01-25
Fecha de Publicación 2017-01-25
Desarrollador vivekgari
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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'"
}