Relative XPath Helper
Woohoo, just right click on the first and second element to get the relative xpath. Have Fun!!
O que é Relative XPath Helper?
Relative XPath Helper é uma extensão do Chrome desenvolvida por syam sasi, e sua principal característica é "Woohoo, just right click on the first and second element to get the relative xpath. Have Fun!!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Relative XPath Helper
Baixe arquivos de extensão Relative XPath Helper 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
A simple extension for finding out relative xpath expression of two web elements. Just right click on the elements you want to compare, or type in your expression and press enter.
Informações Básicas da Extensão
Nome | Relative XPath Helper |
ID | eanaofphbanknlngejejepmfomkjaiic |
URL Oficial | https://chromewebstore.google.com/detail/relative-xpath-helper/eanaofphbanknlngejejepmfomkjaiic |
Descrição | Woohoo, just right click on the first and second element to get the relative xpath. Have Fun!! |
Tamanho do Arquivo | 350 KB |
Contagem de Instalações | 15,132 |
Versão Atual | 1.2.7 |
Última Atualização | 2021-03-08 |
Data de Publicação | 2017-01-05 |
Classificação | 3.70/5 Total de 50 Avaliações |
Desenvolvedor | syam sasi |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.linkedin.com/pulse/finding-relative-xpath-made-easy-syam-sasi |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Relative XPath Helper", "version": "1.2.7", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Woohoo, just right click on the first and second element to get the relative xpath. Have Fun!!", "background": { "page": "relxpathbackground.html" }, "browser_action": { "default_icon": { "19": "static\/icon_19x19.png", "38": "static\/icon_38x38.png" } }, "content_scripts": [ { "matches": [ " |