GitCodeTree

基于 Octotree 的[码云](http://gitee.com)文件树插件

GitCodeTreeとは何ですか?

GitCodeTreeはinu1255によって開発されたChromeの拡張機能で、その主な機能は「基于 Octotree 的[码云](http://gitee.com)文件树插件」です。

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

screenshot

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

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

拡張機能の使用方法

                        一个浏览器插件,在Gitee、GitHub上显示代码树。不用clone到本地就能查看项目结构. 特性:

* 就像在IDE一样简单易用的代码树
* 快速浏览文件,不会刷新页面
* 支持私人存储库 Gitee登录后就可查看, Github 需要填写access_token)                    

拡張機能の基本情報

名前 GitCodeTree GitCodeTree
ID inaaldjpdbkaodlmdcplgpoibohcmmlj
公式URL https://chromewebstore.google.com/detail/gitcodetree/inaaldjpdbkaodlmdcplgpoibohcmmlj
説明 基于 Octotree 的[码云](http://gitee.com)文件树插件
ファイルサイズ 489 KB
インストール数 20,000
現在のバージョン 2.4.7
最終更新日 2019-03-06
公開日 2019-03-06
評価 4.92/5 合計 37 レビュー
開発者 inu1255
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://gitee.com/inu1255/GitCodeTree
ヘルプページのURL https://gitee.com/inu1255/GitCodeTree
対応言語 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitCodeTree",
    "version": "2.4.7",
    "manifest_version": 2,
    "author": "inu1255",
    "description": "\u57fa\u4e8e Octotree \u7684[\u7801\u4e91](http:\/\/gitee.com)\u6587\u4ef6\u6811\u63d2\u4ef6",
    "homepage_url": "https:\/\/gitee.com\/inu1255\/GitCodeTree",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/github.com\/*",
        "http:\/\/git.oschina.net\/*",
        "https:\/\/git.oschina.net\/*",
        "http:\/\/gitee.com\/*",
        "https:\/\/gitee.com\/*",
        "https:\/\/bitbucket.org\/*",
        "storage"
    ],
    "optional_permissions": [
        ""
    ],
    "web_accessible_resources": [
        "*.woff2"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}