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
公式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
Eメール [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
}