Selector Path and xPath

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

O que é Selector Path and xPath?

Selector Path and xPath é uma extensão do Chrome desenvolvida por vivekgari, e sua principal característica é "This extension lets you find selector Path and xPath of clicked html element".

Baixar o arquivo CRX da Extensão Selector Path and xPath

Baixe arquivos de extensão Selector Path and xPath no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Selector Path and xPath Selector Path and xPath
ID mkhipceidjnbpmjdgehkahdhgjmlmioe
URL Oficial https://chrome.google.com/webstore/detail/selector-path-and-xpath/mkhipceidjnbpmjdgehkahdhgjmlmioe
Descrição This extension lets you find selector Path and xPath of clicked html element
Tamanho do Arquivo 49.46 KB
Contagem de Instalações 12
Versão Atual 1.0
Última Atualização 2017-01-25
Data de Publicação 2017-01-25
Desenvolvedor vivekgari
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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'"
}