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"
            ]
        }
    ]
}