Github Tree Structure

To view the changed files as tree structure in Github

Github Tree Structureとは何ですか?

Github Tree Structureはkoshal.kkg1996によって開発されたChromeの拡張機能で、その主な機能は「To view the changed files as tree structure in Github」です。

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

screenshot

Github Tree Structure拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        To view the changed files in a commit or in a pull request as tree structure same as any IDE. Navigate to changed files using this folder structure.                    

拡張機能の基本情報

名前 Github Tree Structure Github Tree Structure
ID klbbdmpjalfgomanmekbpkdhflffjdkb
公式URL https://chromewebstore.google.com/detail/github-tree-structure/klbbdmpjalfgomanmekbpkdhflffjdkb
説明 To view the changed files as tree structure in Github
ファイルサイズ 67.21 KB
インストール数 183
現在のバージョン 3.8
最終更新日 2019-11-15
公開日 2019-11-11
評価 5.00/5 合計 6 レビュー
開発者 koshal.kkg1996
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Tree Structure",
    "version": "3.8",
    "description": "To view the changed files as tree structure in Github",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "css\/*",
        "images\/*"
    ],
    "icons": {
        "16": "images\/folder_16.png",
        "32": "images\/folder_32.png",
        "48": "images\/folder_64.png",
        "128": "images\/folder_128.png"
    },
    "permissions": [
        "",
        "webNavigation",
        "tabs"
    ]
}