HTML Object Finder

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

Co je HTML Object Finder?

HTML Object Finder je rozšíření Chrome vyvinuté http://price-logic.com, a jeho hlavní funkcí je „Find Objects - id, name and custom attributes highlighted in different colors for easier test automation“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření HTML Object Finder

Stáhněte si soubory rozšíření HTML Object Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Easily find objects or object groups in HTML code                    

Základní Informace o Rozšíření

Název HTML Object Finder HTML Object Finder
ID nkmpfjcdddfidbacipdaladjcgddgjgp
Oficiální URL https://chrome.google.com/webstore/detail/html-object-finder/nkmpfjcdddfidbacipdaladjcgddgjgp
Popis Find Objects - id, name and custom attributes highlighted in different colors for easier test automation
Velikost souboru 81.71 KB
Počet instalací 206
Aktuální Verze 1.0
Poslední Aktualizace 2017-05-24
Datum Vydání 2017-05-24
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář http://price-logic.com
Typ Platby free
Podporované Jazyky 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"
}