GitLab - Tree view for code

Provides folder structure view for code in GitLab.

What is GitLab - Tree view for code?

GitLab - Tree view for code is a Chrome extension developed by Unknown, and its main feature is "Provides folder structure view for code in GitLab.".

Extension Screenshots

screenshot
screenshot
screenshot

Download GitLab - Tree view for code Extension CRX File

Download GitLab - Tree view for code 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

                        This extension provides tree view for code in GitLab. In time of writing description, this is the only extension that supports custom-hosted GitLab instances. The must-have plugin for code reviews! Enjoy :) Note: You can see it only on Commits and Merge Requests. It does NOT work like Octotree.                    

Extension Basic Information

Name GitLab - Tree view for code GitLab - Tree view for code
ID pijacafkghdlolapcjpmiodgbnpinicn
Official URL https://chromewebstore.google.com/detail/gitlab-tree-view-for-code/pijacafkghdlolapcjpmiodgbnpinicn
Description Provides folder structure view for code in GitLab.
File Size 23.06 KB
Installation Count 1,272
Current Version 1.0.1
Last Updated 2018-11-11
Publish Date 2018-11-11
Rating 4.00/5 Total 14 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/tomasbonco/gitlabtree
Help Page URL https://github.com/tomasbonco/gitlabtree
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitLab - Tree view for code",
    "homepage_url": "https:\/\/github.com\/tomasbonco\/gitlabtree",
    "author": "Tom\u00e1\u0161 Bon\u010do",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Provides folder structure view for code in GitLab.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/index.js"
            ],
            "css": [
                "dist\/style.css"
            ]
        }
    ]
}