HTML Object Finder

Find Objects - id, name and custom attributes highlighted in different colors for easier test automation

什么是HTML Object Finder?

HTML Object Finder是由http://price-logic.com开发的Chrome扩展程序,该扩展的主要功能是“Find Objects - id, name and custom attributes highlighted in different colors for easier test automation”。

扩展截图

screenshot

下载HTML Object Finder扩展crx文件

下载HTML Object Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Easily find objects or object groups in HTML code                    

扩展基本信息

名称 HTML Object Finder HTML Object Finder
ID nkmpfjcdddfidbacipdaladjcgddgjgp
官方URL https://chrome.google.com/webstore/detail/html-object-finder/nkmpfjcdddfidbacipdaladjcgddgjgp
简介 Find Objects - id, name and custom attributes highlighted in different colors for easier test automation
文件大小 81.71 KB
安装次数 206
当前版本 1.0
更新时间 2017-05-24
上架时间 2017-05-24
评分 5.00/5 共1次评分
开发者 http://price-logic.com
付费类型 free
支持的语言 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"
}