HTML Tree Generator

Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree.

What is HTML Tree Generator?

HTML Tree Generator is a Chrome extension developed by Joel Saupe, and its main feature is "Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree.".

Extension Screenshots

screenshot

Download HTML Tree Generator Extension CRX File

Download HTML Tree Generator 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

                                            

Extension Basic Information

Name HTML Tree Generator HTML Tree Generator
ID dlbbmhhaadfnbbdnjalilhdakfmiffeg
Official URL https://chromewebstore.google.com/detail/html-tree-generator/dlbbmhhaadfnbbdnjalilhdakfmiffeg
Description Html is really a tree of elements, css is what defines the layout. This extension displays any page as a tree.
File Size 22.97 KB
Installation Count 123,757
Current Version 1.0
Last Updated 2015-08-20
Publish Date 2015-08-20
Rating 4.26/5 Total 38 Ratings
Developer Joel Saupe
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}