GitLab - Tree view for code

Provides folder structure view for code in GitLab.

什么是GitLab - Tree view for code?

GitLab - Tree view for code是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Provides folder structure view for code in GitLab.”。

扩展截图

screenshot
screenshot
screenshot

下载GitLab - Tree view for code扩展crx文件

下载GitLab - Tree view for code扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 GitLab - Tree view for code GitLab - Tree view for code
ID pijacafkghdlolapcjpmiodgbnpinicn
官方URL https://chromewebstore.google.com/detail/gitlab-tree-view-for-code/pijacafkghdlolapcjpmiodgbnpinicn
简介 Provides folder structure view for code in GitLab.
文件大小 23.06 KB
安装次数 1,272
当前版本 1.0.1
更新时间 2018-11-11
上架时间 2018-11-11
评分 4.00/5 共14次评分
开发者 Unknown
付费类型 free
扩展官网 https://github.com/tomasbonco/gitlabtree
帮助页面URL https://github.com/tomasbonco/gitlabtree
支持的语言 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"
            ]
        }
    ]
}