HTML Tree Generator
Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree.
什么是HTML Tree Generator?
HTML Tree Generator是由Joel Saupe开发的Chrome扩展程序,该扩展的主要功能是“Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree.”。
扩展截图
下载HTML Tree Generator扩展crx文件
下载HTML Tree Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | HTML Tree Generator |
ID | dlbbmhhaadfnbbdnjalilhdakfmiffeg |
官方URL | https://chromewebstore.google.com/detail/html-tree-generator/dlbbmhhaadfnbbdnjalilhdakfmiffeg |
简介 | Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree. |
文件大小 | 22.97 KB |
安装次数 | 123,757 |
当前版本 | 1.0 |
更新时间 | 2015-08-20 |
上架时间 | 2015-08-20 |
评分 | 4.26/5 共38次评分 |
开发者 | Joel Saupe |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HTML Tree Generator", "description": "Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree.", "version": "1.0", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ] } |