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 |
| 公式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"
]
} | |