GitCodeTree

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

GitCodeTree란 무엇입니까?

GitCodeTree은(는) inu1255에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "基于 Octotree 的[码云](http://gitee.com)文件树插件"입니다.

확장 프로그램 스크린샷

screenshot

GitCodeTree 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        一个浏览器插件,在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
이메일 [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
    }
}