Extension showDomTree

draw / print the tree of the current dom ; I juste use it for teaching

What is Extension showDomTree?

Extension showDomTree is a Chrome extension developed by pons.olivier, and its main feature is "draw / print the tree of the current dom ; I juste use it for teaching".

Extension Screenshots

screenshot

Download Extension showDomTree Extension CRX File

Download Extension showDomTree extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Extension showDomTree Extension showDomTree
ID hfpijgkdikbkmefnhfhehmdmfdldmpnh
Official URL https://chromewebstore.google.com/detail/extension-showdomtree/hfpijgkdikbkmefnhfhehmdmfdldmpnh
Description draw / print the tree of the current dom ; I juste use it for teaching
File Size 751 KB
Installation Count 20
Current Version 1.1
Last Updated 2019-06-01
Publish Date 2019-06-01
Rating 5.00/5 Total 1 Ratings
Developer pons.olivier
Payment Type free
Supported Languages 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"
    }
}