HTML Object Finder

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

Wat is HTML Object Finder?

HTML Object Finder is een Chrome-extensie ontwikkeld door http://price-logic.com, en de belangrijkste functie is "Find Objects - id, name and custom attributes highlighted in different colors for easier test automation".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HTML Object Finder

Download HTML Object Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Easily find objects or object groups in HTML code                    

Basisinformatie over de Extensie

Naam HTML Object Finder HTML Object Finder
ID nkmpfjcdddfidbacipdaladjcgddgjgp
Officiële URL https://chrome.google.com/webstore/detail/html-object-finder/nkmpfjcdddfidbacipdaladjcgddgjgp
Beschrijving Find Objects - id, name and custom attributes highlighted in different colors for easier test automation
Bestandsgrootte 81.71 KB
Aantal Installaties 206
Huidige Versie 1.0
Laatst Bijgewerkt 2017-05-24
Publicatiedatum 2017-05-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://price-logic.com
Betalingswijze free
Ondersteunde Talen 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"
}