Tree History

This extension demonstrates history as tree

What is Tree History?

Tree History is a Chrome extension developed by Unknown, and its main feature is "This extension demonstrates history as tree".

Extension Screenshots

screenshot

Download Tree History Extension CRX File

Download Tree History 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 Tree History Tree History
ID kfgnedbkboedeildkjiodjhpldgfekjm
Official URL https://chromewebstore.google.com/detail/tree-history/kfgnedbkboedeildkjiodjhpldgfekjm
Description This extension demonstrates history as tree
File Size 64.09 KB
Installation Count 260
Current Version 0.0.0.2
Last Updated 2014-05-25
Publish Date 2014-05-25
Rating 3.47/5 Total 15 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tree History",
    "short_name": "Tree History",
    "description": "This extension demonstrates history as tree",
    "version": "0.0.0.2",
    "icons": {
        "16": "16p.png",
        "32": "32p.png",
        "48": "48p.png",
        "128": "128p.png"
    },
    "permissions": [
        "tabs",
        "history"
    ],
    "background": {
        "scripts": [
            "navigationsListener.js"
        ],
        "persistent": true
    },
    "chrome_url_overrides": {
        "history": "main.html"
    }
}