Dom Size Analyzer
Google Chrome DevTools Extension for analyzing DOM size
Dom Size Analyzer란 무엇입니까?
Dom Size Analyzer은(는) Anand R에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Google Chrome DevTools Extension for analyzing DOM size"입니다.
확장 프로그램 스크린샷
Dom Size Analyzer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
According to (https://developers.google.com/web/tools/lighthouse/audits/dom-size), an optimal DOM tree has the following properties: -Has less than 1500 nodes total. -Has a maximum depth of 32 nodes. -Has no parent node with more than 60 child nodes. We can use this devtool to analyze a page's DOM to easily find out which parts of the page are adding weight to it. ****NEW***** Scrolling the DOM element into view and highlighting it when hovered in this devtool.
확장 프로그램 기본 정보
이름 | Dom Size Analyzer |
ID | mcneiimlodlbmohipgdbbglgbmaoojen |
공식 URL | https://chromewebstore.google.com/detail/dom-size-analyzer/mcneiimlodlbmohipgdbbglgbmaoojen |
설명 | Google Chrome DevTools Extension for analyzing DOM size |
파일 크기 | 58.04 KB |
설치 횟수 | 3,631 |
현재 버전 | 1.25 |
최근 업데이트 | 2019-09-04 |
출시 날짜 | 2019-08-31 |
평점 | 3.55/5 총 11 개의 평점 |
개발자 | Anand R |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dom Size Analyzer", "description": "Google Chrome DevTools Extension for analyzing DOM size", "version": "1.25", "permissions": [ "*:\/\/*\/*" ], "devtools_page": "devtools.html", "web_accessible_resources": [ "injectable.js" ], "content_scripts": [ { "matches": [ " |