xPath To CSS Selector
Convert xpath to css selector for developers
What is xPath To CSS Selector?
xPath To CSS Selector is a Chrome extension developed by cinkagan, and its main feature is "Convert xpath to css selector for developers".
Extension Screenshots
Download xPath To CSS Selector Extension CRX File
Download xPath To CSS Selector 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
Convert xpath to css selector for developers
Extension Basic Information
Name | xPath To CSS Selector |
ID | aoelbednjmdnkeldonljnijdejdnhjfi |
Official URL | https://chromewebstore.google.com/detail/xpath-to-css-selector/aoelbednjmdnkeldonljnijdejdnhjfi |
Description | Convert xpath to css selector for developers |
File Size | 174 KB |
Installation Count | 2,497 |
Current Version | 0.0.3 |
Last Updated | 2022-01-24 |
Publish Date | 2020-11-20 |
Rating | 4.50/5 Total 2 Ratings |
Developer | cinkagan |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "xPath To CSS Selector", "description": "", "version": "0.0.3", "browser_action": { "default_popup": "index.html", "default_title": "xPath To CSS Selector" }, "icons": { "16": "logo-small.png", "48": "logo-medium.png", "128": "logo-big.png" }, "content_security_policy": "script-src 'self' 'unsafe-inline' 'sha256-DpjpZ0Gud+UwDQCHcnkvbAUeD1lbZsCS0R8FKCKUUj0='; object-src 'self'", "permissions": [] } |