GitCodeTree
基于 Octotree 的[码云](http://gitee.com)文件树插件
什么是GitCodeTree?
GitCodeTree是由inu1255开发的Chrome扩展程序,该扩展的主要功能是“基于 Octotree 的[码云](http://gitee.com)文件树插件”。
扩展截图
下载GitCodeTree扩展crx文件
下载GitCodeTree扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
一个浏览器插件,在Gitee、GitHub上显示代码树。不用clone到本地就能查看项目结构. 特性:
* 就像在IDE一样简单易用的代码树
* 快速浏览文件,不会刷新页面
* 支持私人存储库 Gitee登录后就可查看, Github 需要填写access_token) 扩展基本信息
| 名称 | |
| 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": [
" | |