HTML Object Finder

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

O que é HTML Object Finder?

HTML Object Finder é uma extensão do Chrome desenvolvida por http://price-logic.com, e sua principal característica é "Find Objects - id, name and custom attributes highlighted in different colors for easier test automation".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão HTML Object Finder

Baixe arquivos de extensão HTML Object Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Easily find objects or object groups in HTML code                    

Informações Básicas da Extensão

Nome HTML Object Finder HTML Object Finder
ID nkmpfjcdddfidbacipdaladjcgddgjgp
URL Oficial https://chrome.google.com/webstore/detail/html-object-finder/nkmpfjcdddfidbacipdaladjcgddgjgp
Descrição Find Objects - id, name and custom attributes highlighted in different colors for easier test automation
Tamanho do Arquivo 81.71 KB
Contagem de Instalações 206
Versão Atual 1.0
Última Atualização 2017-05-24
Data de Publicação 2017-05-24
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor http://price-logic.com
Tipo de Pagamento free
Idiomas Suportados 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"
}