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

screenshot

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 HTML Object Finder HTML Object Finder
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": [
                ""
            ],
            "js": [
                "jquery.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Find Objects - id, name and custom attributes highlighted in different colors for easier test automation",
    "manifest_version": 2,
    "name": "HTML Object Finder",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}