HTML Object Finder

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

Cos'è HTML Object Finder?

HTML Object Finder è un'estensione di Chrome sviluppata da http://price-logic.com, e la sua funzione principale è "Find Objects - id, name and custom attributes highlighted in different colors for easier test automation".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HTML Object Finder

Scarica i file di estensione HTML Object Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Easily find objects or object groups in HTML code                    

Informazioni di Base sull'Estensione

Nome HTML Object Finder HTML Object Finder
ID nkmpfjcdddfidbacipdaladjcgddgjgp
URL Ufficiale https://chrome.google.com/webstore/detail/html-object-finder/nkmpfjcdddfidbacipdaladjcgddgjgp
Descrizione Find Objects - id, name and custom attributes highlighted in different colors for easier test automation
Dimensione del File 81.71 KB
Conteggio Installazioni 206
Versione Corrente 1.0
Ultimo Aggiornamento 2017-05-24
Data di Pubblicazione 2017-05-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://price-logic.com
Tipo di Pagamento free
Lingue Supportate 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"
}