HTML Object Finder

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

Was ist HTML Object Finder?

HTML Object Finder ist eine Chrome-Erweiterung, die von http://price-logic.com entwickelt wurde, und ihr Hauptmerkmal ist "Find Objects - id, name and custom attributes highlighted in different colors for easier test automation".

Erweiterungsscreenshots

screenshot

HTML Object Finder-Erweiterungs-CRX-Datei herunterladen

Laden Sie HTML Object Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Easily find objects or object groups in HTML code                    

Grundlegende Informationen zur Erweiterung

Name HTML Object Finder HTML Object Finder
ID nkmpfjcdddfidbacipdaladjcgddgjgp
Offizielle URL https://chrome.google.com/webstore/detail/html-object-finder/nkmpfjcdddfidbacipdaladjcgddgjgp
Beschreibung Find Objects - id, name and custom attributes highlighted in different colors for easier test automation
Dateigröße 81.71 KB
Installationsanzahl 206
Aktuelle Version 1.0
Letztes Update 2017-05-24
Veröffentlichungsdatum 2017-05-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler http://price-logic.com
Zahlungsart free
Unterstützte Sprachen 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"
}