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是由CloudMPower開發的Chrome擴展程式,該擴展的主要功能是“The extension searches the currently loaded DOM for HTML elements that do not have an element.id Attribute and highlights them.…”。

擴展截圖

screenshot

下載Missing HTML element ID finder擴展crx文件

下載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
官方網址 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
}