Extension showDomTree
draw / print the tree of the current dom ; I juste use it for teaching
什么是Extension showDomTree?
Extension showDomTree是由pons.olivier开发的Chrome扩展程序,该扩展的主要功能是“draw / print the tree of the current dom ; I juste use it for teaching”。
扩展截图
下载Extension showDomTree扩展crx文件
下载Extension showDomTree扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Just draw or print the Dom tree using a js version of graphviz tools.
This is for teaching purpose. This does not scales (because graphviz does not allows large graph/tree)                     扩展基本信息
| 名称 |   |  
| ID | hfpijgkdikbkmefnhfhehmdmfdldmpnh | 
| 官方URL | https://chromewebstore.google.com/detail/extension-showdomtree/hfpijgkdikbkmefnhfhehmdmfdldmpnh | 
| 简介 | draw / print the tree of the current dom ; I juste use it for teaching | 
| 文件大小 | 751 KB | 
| 安装次数 | 20 | 
| 当前版本 | 1.1 | 
| 更新时间 | 2019-06-01 | 
| 上架时间 | 2019-06-01 | 
| 评分 | 5.00/5 共1次评分 | 
| 开发者 | pons.olivier | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Extension showDomTree",
    "description": "draw \/ print the tree of the current dom ; I juste use it for teaching",
    "version": "1.1",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Show DOM tree",
        "default_popup": "index.html"
    },
    "icons": {
        "48": "icons\/tree.png",
        "128": "icons\/tree128.png"
    }
}  |  |