Attribute Reporter
Dev Tools Extension to report on elements attributes and copy their value as text or xpath expression
Attribute Reporter란 무엇입니까?
Attribute Reporter은(는) https://damianofusco.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dev Tools Extension to report on elements attributes and copy their value as text or xpath expression"입니다.
확장 프로그램 스크린샷
Attribute Reporter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A dev tools extension that allows to inspect Html elements attributes by name or custom name and display a list with their values or missing values. It is possible to copy the value to the clipboard or the xpath expression to enable developers to quickly debug xpath expression selectors and validate their attributes can be selectable or are missing values etc.
확장 프로그램 기본 정보
이름 | Attribute Reporter |
ID | agoffnfbofbgggpdoikchockhdekmkck |
공식 URL | https://chromewebstore.google.com/detail/attribute-reporter/agoffnfbofbgggpdoikchockhdekmkck |
설명 | Dev Tools Extension to report on elements attributes and copy their value as text or xpath expression |
파일 크기 | 84.67 KB |
설치 횟수 | 27 |
현재 버전 | 1.5 |
최근 업데이트 | 2023-01-07 |
출시 날짜 | 2020-08-17 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://damianofusco.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.damianofusco.com |
도움말 페이지 URL | https://www.damianofusco.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Attribute Reporter", "version": "1.5", "description": "Dev Tools Extension to report on elements attributes and copy their value as text or xpath expression", "author": "Damiano Fusco", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png", "256": "icon-256.png" }, "content_scripts": [ { "matches": [ " |