GitCodeTree

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

What is GitCodeTree?

GitCodeTree is a Chrome extension developed by inu1255, and its main feature is "基于 Octotree 的[码云](http://gitee.com)文件树插件".

Extension Screenshots

screenshot

Download GitCodeTree Extension CRX File

Download GitCodeTree extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name GitCodeTree GitCodeTree
ID inaaldjpdbkaodlmdcplgpoibohcmmlj
Official URL https://chromewebstore.google.com/detail/gitcodetree/inaaldjpdbkaodlmdcplgpoibohcmmlj
Description 基于 Octotree 的[码云](http://gitee.com)文件树插件
File Size 489 KB
Installation Count 20,000
Current Version 2.4.7
Last Updated 2019-03-06
Publish Date 2019-03-06
Rating 4.92/5 Total 37 Ratings
Developer inu1255
Email [email protected]
Payment Type free
Extension Website https://gitee.com/inu1255/GitCodeTree
Help Page URL https://gitee.com/inu1255/GitCodeTree
Supported Languages 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
    }
}