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
扩展基本信息
名称 | 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" ] } |