Relative XPath Helper
Woohoo, just right click on the first and second element to get the relative xpath. Have Fun!!
Wat is Relative XPath Helper?
Relative XPath Helper is een Chrome-extensie ontwikkeld door syam sasi, en de belangrijkste functie is "Woohoo, just right click on the first and second element to get the relative xpath. Have Fun!!".
Extensie Screenshots
Download het CRX-bestand van de extensie Relative XPath Helper
Download Relative XPath Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Relative XPath Helper |
ID | eanaofphbanknlngejejepmfomkjaiic |
Officiële URL | https://chromewebstore.google.com/detail/relative-xpath-helper/eanaofphbanknlngejejepmfomkjaiic |
Beschrijving | Woohoo, just right click on the first and second element to get the relative xpath. Have Fun!! |
Bestandsgrootte | 350 KB |
Aantal Installaties | 15,132 |
Huidige Versie | 1.2.7 |
Laatst Bijgewerkt | 2021-03-08 |
Publicatiedatum | 2017-01-05 |
Beoordeling | 3.70/5 Totaal 50 Beoordelingen |
Ontwikkelaar | syam sasi |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.linkedin.com/pulse/finding-relative-xpath-made-easy-syam-sasi |
Ondersteunde Talen | 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": [ " |