Get Element Id 제작자: Luis Ocampo
An extension that adds an option to the context menu, allowing the user to click on an element and display its id. If the element does not have an id, the closest id in its ancestor hierarchy is found and displayed instead.
사용자 10명사용자 10명
확장 메타 데이터
정보
An extension that adds a new option to the browser’s context menu. When the user right-clicks on any element on a web page and selects this option, the extension analyzes the clicked element.
The functionality consists of identifying and displaying the id attribute of the selected element. If the element does not have an id, the extension traverses the DOM (Document Object Model) hierarchy upwards, searching for the first ancestor element that has an id. Once found, it displays the id value using an alert dialog.
This feature is useful for developers and testers who need to quickly identify the id of an element or its closest container, without manually inspecting the DOM using developer tools.
The functionality consists of identifying and displaying the id attribute of the selected element. If the element does not have an id, the extension traverses the DOM (Document Object Model) hierarchy upwards, searching for the first ancestor element that has an id. Once found, it displays the id value using an alert dialog.
This feature is useful for developers and testers who need to quickly identify the id of an element or its closest container, without manually inspecting the DOM using developer tools.
0명이 0점으로 평가함
권한 및 데이터
추가 정보
- 부가 기능 링크
- 버전
- 1.0
- 크기
- 8.56 KB
- 마지막 업데이트
- 일 년 전 (2025년 7월 3일)
- 관련 카테고리
- 버전 목록
- 모음집에 추가