xpathCut
FPT Slovakia (I.Collak)
What is xpathCut?
xpathCut is a Chrome extension developed by Unknown, and its main feature is "FPT Slovakia (I.Collak)".
Extension Screenshots
Download xpathCut Extension CRX File
Download xpathCut 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
XpathCut helps to locate xpaths in DOM, useful for projects where object xpath needs to be defined and stored for later object localization and performing desired action - developed with intention to speed up automation testing
Extension Basic Information
Name | xpathCut |
ID | kncnlbnbeceojlallbgoodklaleaaknf |
Official URL | https://chromewebstore.google.com/detail/xpathcut/kncnlbnbeceojlallbgoodklaleaaknf |
Description | FPT Slovakia (I.Collak) |
File Size | 19.52 KB |
Installation Count | 27 |
Current Version | 2.2 |
Last Updated | 2016-03-17 |
Publish Date | 2016-03-17 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "xpathCut", "description": "FPT Slovakia (I.Collak)", "version": "2.2", "browser_action": { "default_icon": "icon.png" }, "web_accessible_resources": [ "Icons\/*.png" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "tabs", "activeTab", "management", "https:\/\/ajax.googleapis.com\/", "storage" ] } |