xPath Finder
Click on any element to get the xPath
Wat is xPath Finder?
xPath Finder is een Chrome-extensie ontwikkeld door Tomasz Rembacz, en de belangrijkste functie is "Click on any element to get the xPath".
Extensie Screenshots
Download het CRX-bestand van de extensie xPath Finder
Download xPath Finder-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
Plugin to get the elements xPath. Usage: 1. Click on the plugin icon, cursor will be changed to the crosshair 2. Hover over the desired element (elements are highlighted on hover) 3. Click on the element and his xPath will display in the panel at the bottom of the page Options: - turn on/off inspector, - turn on/off auto copy to clipboard, - choose between short ID's or normal path, - change xpath box position
Basisinformatie over de Extensie
Naam | xPath Finder |
ID | ihnknokegkbpmofmafnkoadfjkhlogph |
Officiële URL | https://chromewebstore.google.com/detail/xpath-finder/ihnknokegkbpmofmafnkoadfjkhlogph |
Beschrijving | Click on any element to get the xPath |
Bestandsgrootte | 15.28 KB |
Aantal Installaties | 73,533 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2020-06-12 |
Publicatiedatum | 2020-06-12 |
Beoordeling | 3.32/5 Totaal 34 Beoordelingen |
Ontwikkelaar | Tomasz Rembacz |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "xPath Finder", "description": "Click on any element to get the xPath", "homepage_url": "https:\/\/github.com\/trembacz\/xpath-finder", "version": "1.0.2", "icons": { "64": "icons\/default-64.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/default-64.png", "default_title": "Click on any element to get the xPath" }, "content_scripts": [ { "all_frames": true, "matches": [ " |