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文件
下載HTML Hierarchy Visualizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | beaeppehjnnnidajcmalfcajahopihcb |
| 官方網址 | 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"
]
} | |