Github Tree Structure

To view the changed files as tree structure in Github

What is Github Tree Structure?

Github Tree Structure is a Chrome extension developed by koshal.kkg1996, and its main feature is "To view the changed files as tree structure in Github".

Extension Screenshots

screenshot

Download Github Tree Structure Extension CRX File

Download Github Tree Structure 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

                        To view the changed files in a commit or in a pull request as tree structure same as any IDE. Navigate to changed files using this folder structure.                    

Extension Basic Information

Name Github Tree Structure Github Tree Structure
ID klbbdmpjalfgomanmekbpkdhflffjdkb
Official URL https://chromewebstore.google.com/detail/github-tree-structure/klbbdmpjalfgomanmekbpkdhflffjdkb
Description To view the changed files as tree structure in Github
File Size 67.21 KB
Installation Count 183
Current Version 3.8
Last Updated 2019-11-15
Publish Date 2019-11-11
Rating 5.00/5 Total 6 Ratings
Developer koshal.kkg1996
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Tree Structure",
    "version": "3.8",
    "description": "To view the changed files as tree structure in Github",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "css\/*",
        "images\/*"
    ],
    "icons": {
        "16": "images\/folder_16.png",
        "32": "images\/folder_32.png",
        "48": "images\/folder_64.png",
        "128": "images\/folder_128.png"
    },
    "permissions": [
        "",
        "webNavigation",
        "tabs"
    ]
}