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.…

Qu'est-ce que Missing HTML element ID finder ?

Missing HTML element ID finder est une extension Chrome développée par CloudMPower, et sa fonction principale est "The extension searches the currently loaded DOM for HTML elements that do not have an element.id Attribute and highlights them.…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Missing HTML element ID finder

Téléchargez les fichiers d'extension Missing HTML element ID finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Missing HTML element ID finder Missing HTML element ID finder
ID oldocpdlkahkdaeoiajmklndchkicgga
URL Officiel https://chromewebstore.google.com/detail/missing-html-element-id-f/oldocpdlkahkdaeoiajmklndchkicgga
Description The extension searches the currently loaded DOM for HTML elements that do not have an element.id Attribute and highlights them.…
Taille du Fichier 4.89 KB
Nombre d'Installations 80
Version Actuelle 1.01
Dernière Mise à Jour 2021-10-26
Date de Publication 2021-08-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur CloudMPower
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}