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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}