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
官方網址 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"
}