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 là gì?

Missing HTML element ID finder là một tiện ích mở rộng Chrome được phát triển bởi CloudMPower, và tính năng chính của nó là "The extension searches the currently loaded DOM for HTML elements that do not have an element.id Attribute and highlights them.…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Missing HTML element ID finder

Tải xuống các tệp mở rộng Missing HTML element ID finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Missing HTML element ID finder Missing HTML element ID finder
ID oldocpdlkahkdaeoiajmklndchkicgga
URL Chính Thức https://chromewebstore.google.com/detail/missing-html-element-id-f/oldocpdlkahkdaeoiajmklndchkicgga
Mô tả The extension searches the currently loaded DOM for HTML elements that do not have an element.id Attribute and highlights them.…
Kích Thước Tệp 4.89 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 1.01
Cập Nhật Lần Cuối 2021-10-26
Ngày Phát Hành 2021-08-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển CloudMPower
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}