gitlab tree

Chrome extension to display Gitlab code in tree format

gitlab treeとは何ですか?

gitlab treeはFrank Fanによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension to display Gitlab code in tree format」です。

拡張機能のスクリーンショット

screenshot
screenshot

gitlab tree拡張機能のCRXファイルをダウンロード

gitlab tree拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        * this is the first one on chrome web store, always free and continually optimization.

* support all the enterprise intranet gitlab service
* Easy-to-navigate code tree like web IDEs, simple and non-invasive
* UI looks like Gitlab default UI
* hotkey support( hit [ to toggle gitlab-tree sidebar )
* support gitlab 8.x and 9.x version 
* no page refresh                    

拡張機能の基本情報

名前 gitlab tree gitlab tree
ID dllpphhnoanpcnlnipopibigdoeignbb
公式URL https://chrome.google.com/webstore/detail/gitlab-tree/dllpphhnoanpcnlnipopibigdoeignbb
説明 Chrome extension to display Gitlab code in tree format
ファイルサイズ 197 KB
インストール数 4,983
現在のバージョン 2.0.1
最終更新日 2018-03-22
公開日 2018-03-22
評価 2.38/5 合計 29 レビュー
開発者 Frank Fan
支払い方法 free
拡張機能のウェブサイト https://github.com/FrankFan/gitlab-tree
ヘルプページのURL https://github.com/FrankFan/gitlab-tree
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "gitlab tree",
    "version": "2.0.1",
    "manifest_version": 2,
    "author": "Frank Fan",
    "description": "Chrome extension to display Gitlab code in tree format",
    "homepage_url": "https:\/\/github.com\/FrankFan\/gitlab-tree",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "imgs\/gitlab.png",
        "48": "imgs\/gitlab.png",
        "128": "imgs\/gitlab.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "libs\/jquery\/jquery.js",
                "libs\/jstree\/jstree.js",
                "libs\/pjax\/jquery.pjax.js",
                "libs\/highlight\/highlight.min.js",
                "libs\/nprogress\/nprogress.js",
                "libs\/base64-js\/base64js.min.js",
                "gitlabtree.js"
            ],
            "css": [
                "main.css",
                "libs\/nprogress\/nprogress.css",
                "libs\/jstree\/jstree.css"
            ],
            "run_at": "document_start"
        }
    ]
}