XPATH Builder
Toggle active state by clicking the extention icon. Then click on the DOM element and you get JS prompt with XPATH expression in it.
XPATH Builder là gì?
XPATH Builder là một tiện ích mở rộng Chrome được phát triển bởi Rosen Suvariev, và tính năng chính của nó là "Toggle active state by clicking the extention icon. Then click on the DOM element and you get JS prompt with XPATH expression in it.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng XPATH Builder
Tải xuống các tệp mở rộng XPATH Builder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
XPATH Builder is extension for building XPATH expressions as the name suggest. Here is how it works: 1) You install it 2) Go on the page you want to build expression for 2) Refresh the page and you will see small batch text in red of the bottom of the extension icon: "0" 3) Now click on the icon to activate it and you will see it is changed to "1" in green 4) Click on the DOM element you want to build expression for and you will get it as JS prompt 5) Copy it, modify it in the way you want (if you want) and paste it 6) Turn off the extension by clicking back on its icon and you are done NOTE: Do not forget to switch off your extension when you do not need it anymore
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | XPATH Builder |
ID | jcnefiekgjgajlpddpakgcpnkpphddpp |
URL Chính Thức | https://chromewebstore.google.com/detail/xpath-builder/jcnefiekgjgajlpddpakgcpnkpphddpp |
Mô tả | Toggle active state by clicking the extention icon. Then click on the DOM element and you get JS prompt with XPATH expression in it. |
Kích Thước Tệp | 16.32 KB |
Số Lần Cài Đặt | 1,019 |
Phiên Bản Hiện Tại | 0.0.6.0 |
Cập Nhật Lần Cuối | 2017-10-23 |
Ngày Phát Hành | 2017-09-04 |
Đánh Giá | 2.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Rosen Suvariev |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "XPATH Builder", "version": "0.0.6.0", "description": "Toggle active state by clicking the extention icon. Then click on the DOM element and you get JS prompt with XPATH expression in it.", "icons": { "16": "icon_16x16.png", "19": "icon_19x19.png", "32": "icon_32x32.png", "38": "icon_38x38.png", "48": "icon_48x48.png", "128": "icon_128x128.png" }, "browser_action": { "default_title": "XPATH Builder", "default_icon": { "19": "icon_19x19.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |