HTML Hierarchy Visualizer
This extension is a tool that helps visualize the layout of HTML elements on a webpage
HTML Hierarchy Visualizer란 무엇입니까?
HTML Hierarchy Visualizer은(는) steven.massola에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is a tool that helps visualize the layout of HTML elements on a webpage"입니다.
확장 프로그램 스크린샷
HTML Hierarchy Visualizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
HTML Hierarchy Visualizer is a visualization tool for front end web developers that assists in understanding the breakdown of a webpage. It creates colored borders and backgrounds to distinguish the ancestry and layout of HTML elements. How To Use: - Press chrome extension icon, a drop-down menu will appear - Select either apply border or apply background to highlight the different elements on the page - Select remove border or remove background to bring webpage back to original state
확장 프로그램 기본 정보
이름 | HTML Hierarchy Visualizer |
ID | beaeppehjnnnidajcmalfcajahopihcb |
공식 URL | https://chromewebstore.google.com/detail/html-hierarchy-visualizer/beaeppehjnnnidajcmalfcajahopihcb |
설명 | This extension is a tool that helps visualize the layout of HTML elements on a webpage |
파일 크기 | 21.62 KB |
설치 횟수 | 2,678 |
현재 버전 | 0.0.0.5 |
최근 업데이트 | 2016-09-13 |
출시 날짜 | 2016-09-13 |
평점 | 5.00/5 총 8 개의 평점 |
개발자 | steven.massola |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HTML Hierarchy Visualizer", "description": "This extension is a tool that helps visualize the layout of HTML elements on a webpage", "version": "0.0.0.5", "icons": { "16": "\/images\/icon19.png", "48": "\/images\/icon48.png", "64": "\/images\/icon64.png" }, "browser_action": { "default_icon": ".\/images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "colors.css" ] } |