HTML Object Finder

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

Hvad er HTML Object Finder?

HTML Object Finder er en Chrome-udvidelse udviklet af http://price-logic.com, og dens hovedfunktion er "Find Objects - id, name and custom attributes highlighted in different colors for easier test automation".

Udvidelsesskærmbilleder

screenshot

Download HTML Object Finder-udvidelses-CRX-fil

Download HTML Object Finder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Easily find objects or object groups in HTML code                    

Grundlæggende oplysninger om udvidelsen

Navn HTML Object Finder HTML Object Finder
ID nkmpfjcdddfidbacipdaladjcgddgjgp
Officiel URL https://chrome.google.com/webstore/detail/html-object-finder/nkmpfjcdddfidbacipdaladjcgddgjgp
Beskrivelse Find Objects - id, name and custom attributes highlighted in different colors for easier test automation
Filstørrelse 81.71 KB
Antal Installationer 206
Nuværende Version 1.0
Senest Opdateret 2017-05-24
Udgivelsesdato 2017-05-24
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler http://price-logic.com
Betalingsmetode free
Understøttede Sprog 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"
}