HTML Object Finder
Find Objects - id, name and custom attributes highlighted in different colors for easier test automation
What is HTML Object Finder?
HTML Object Finder is a Chrome extension developed by http://price-logic.com, and its main feature is "Find Objects - id, name and custom attributes highlighted in different colors for easier test automation".
Extension Screenshots
Download HTML Object Finder Extension CRX File
Download HTML Object Finder 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
Easily find objects or object groups in HTML code
Extension Basic Information
Name | |
ID | nkmpfjcdddfidbacipdaladjcgddgjgp |
Official URL | https://chrome.google.com/webstore/detail/html-object-finder/nkmpfjcdddfidbacipdaladjcgddgjgp |
Description | Find Objects - id, name and custom attributes highlighted in different colors for easier test automation |
File Size | 81.71 KB |
Installation Count | 206 |
Current Version | 1.0 |
Last Updated | 2017-05-24 |
Publish Date | 2017-05-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://price-logic.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon32.png", "default_popup": "object_finder.html", "default_title": "HTML Object Finder" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ " |