xPath Finder
Click on any element to get the xPath
Cos'è xPath Finder?
xPath Finder è un'estensione di Chrome sviluppata da Tomasz Rembacz, e la sua funzione principale è "Click on any element to get the xPath".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione xPath Finder
Scarica i file di estensione xPath Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | xPath Finder |
ID | ihnknokegkbpmofmafnkoadfjkhlogph |
URL Ufficiale | https://chromewebstore.google.com/detail/xpath-finder/ihnknokegkbpmofmafnkoadfjkhlogph |
Descrizione | Click on any element to get the xPath |
Dimensione del File | 15.28 KB |
Conteggio Installazioni | 73,533 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2020-06-12 |
Data di Pubblicazione | 2020-06-12 |
Valutazione | 3.32/5 Totale 34 Valutazioni |
Sviluppatore | Tomasz Rembacz |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ " |