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
官方網址 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"
            ]
        }
    ]
}