Validate XPATH
Validate xpath text in a site
What is Validate XPATH?
Validate XPATH is a Chrome extension developed by Mohammad Khaufillah, and its main feature is "Validate xpath text in a site".
Extension Screenshots
Download Validate XPATH Extension CRX File
Download Validate XPATH extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
You can easily use this extension for validate or search element in your site with XPATH. You just put XPATH text and click validate for search element for some site in your tab.
Extension Basic Information
Name | |
ID | gbkedmepledgjejcibjfjngmokcongdd |
Official URL | https://chromewebstore.google.com/detail/validate-xpath/gbkedmepledgjejcibjfjngmokcongdd |
Description | Validate xpath text in a site |
File Size | 5.5 KB |
Installation Count | 63 |
Current Version | 1.0 |
Last Updated | 2021-04-03 |
Publish Date | 2021-04-03 |
Developer | Mohammad Khaufillah |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Validate XPATH", "description": "Validate xpath text in a site", "version": "1.0", "manifest_version": 3, "permissions": [ "activeTab", "storage", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html" } } |