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

Τι είναι το Missing HTML element ID finder;

Το Missing HTML element ID finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον CloudMPower, και η κύρια λειτουργία του είναι "The extension searches the currently loaded DOM for HTML elements that do not have an element.id Attribute and highlights them.…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Missing HTML element ID finder

Λήψη αρχείων επέκτασης Missing HTML element ID finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Missing HTML element ID finder Missing HTML element ID finder
ID oldocpdlkahkdaeoiajmklndchkicgga
Επίσημο URL https://chromewebstore.google.com/detail/missing-html-element-id-f/oldocpdlkahkdaeoiajmklndchkicgga
Περιγραφή The extension searches the currently loaded DOM for HTML elements that do not have an element.id Attribute and highlights them.…
Μέγεθος Αρχείου 4.89 KB
Αριθμός Εγκαταστάσεων 80
Τρέχουσα Έκδοση 1.01
Τελευταία Ενημέρωση 2021-10-26
Ημερομηνία Δημοσίευσης 2021-08-26
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής CloudMPower
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
}