xPath Finder
Click on any element to get the xPath
Co je xPath Finder?
xPath Finder je rozšíření Chrome vyvinuté Tomasz Rembacz, a jeho hlavní funkcí je „Click on any element to get the xPath“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření xPath Finder
Stáhněte si soubory rozšíření xPath Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | xPath Finder |
ID | ihnknokegkbpmofmafnkoadfjkhlogph |
Oficiální URL | https://chromewebstore.google.com/detail/xpath-finder/ihnknokegkbpmofmafnkoadfjkhlogph |
Popis | Click on any element to get the xPath |
Velikost souboru | 15.28 KB |
Počet instalací | 73,533 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2020-06-12 |
Datum Vydání | 2020-06-12 |
Hodnocení | 3.32/5 Celkem 34 Hodnocení |
Vývojář | Tomasz Rembacz |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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": [ " |