xPath Finder
Click on any element to get the xPath
什麼是xPath Finder?
xPath Finder是由Tomasz Rembacz開發的Chrome擴展程式,該擴展的主要功能是“Click on any element to get the xPath”。
擴展截圖
下載xPath Finder擴展crx文件
下載xPath Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | xPath Finder |
ID | ihnknokegkbpmofmafnkoadfjkhlogph |
官方網址 | https://chromewebstore.google.com/detail/xpath-finder/ihnknokegkbpmofmafnkoadfjkhlogph |
簡介 | Click on any element to get the xPath |
檔案大小 | 15.28 KB |
安裝次數 | 73,533 |
目前版本 | 1.0.2 |
更新時間 | 2020-06-12 |
上架時間 | 2020-06-12 |
評分 | 3.32/5 共 34 次評分 |
開發者 | Tomasz Rembacz |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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": [ " |