Missing HTML element ID finder

The extension searches the currently loaded DOM for HTML elements that do not have an element.id Attribute and highlights them.…

O que é Missing HTML element ID finder?

Missing HTML element ID finder é uma extensão do Chrome desenvolvida por CloudMPower, e sua principal característica é "The extension searches the currently loaded DOM for HTML elements that do not have an element.id Attribute and highlights them.…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Missing HTML element ID finder

Baixe arquivos de extensão Missing HTML element ID 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

                        The extension searches the currently loaded DOM for HTML elements that do not have an element.id Attribute and highlights them. 
Specifying an ID helps in several ways.
1. While writing tests in automation tools like Cypress.js it is easier write tests if the elements have an id associated with them. Especially true for your input and button fields.
2. Helping accessibility tools like screen readers by having a meaningful ID rather than a browser generated one.

This tool is like a visual linter that highlights the elements that do not have an element.id associated with it. Can be used by developers and tests as part of the development cycle.
For feedback please write to [email protected]                    

Informações Básicas da Extensão

Nome Missing HTML element ID finder Missing HTML element ID finder
ID oldocpdlkahkdaeoiajmklndchkicgga
URL Oficial https://chromewebstore.google.com/detail/missing-html-element-id-f/oldocpdlkahkdaeoiajmklndchkicgga
Descrição The extension searches the currently loaded DOM for HTML elements that do not have an element.id Attribute and highlights them.…
Tamanho do Arquivo 4.89 KB
Contagem de Instalações 80
Versão Atual 1.01
Última Atualização 2021-10-26
Data de Publicação 2021-08-26
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor CloudMPower
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Missing HTML element ID finder",
    "version": "1.01",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}