GitCodeTree

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

GitCodeTree là gì?

GitCodeTree là một tiện ích mở rộng Chrome được phát triển bởi inu1255, và tính năng chính của nó là "基于 Octotree 的[码云](http://gitee.com)文件树插件".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GitCodeTree

Tải xuống các tệp mở rộng GitCodeTree dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GitCodeTree GitCodeTree
ID inaaldjpdbkaodlmdcplgpoibohcmmlj
URL Chính Thức https://chromewebstore.google.com/detail/gitcodetree/inaaldjpdbkaodlmdcplgpoibohcmmlj
Mô tả 基于 Octotree 的[码云](http://gitee.com)文件树插件
Kích Thước Tệp 489 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 2.4.7
Cập Nhật Lần Cuối 2019-03-06
Ngày Phát Hành 2019-03-06
Đánh Giá 4.92/5 Tổng số 37 Đánh Giá
Nhà Phát Triển inu1255
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gitee.com/inu1255/GitCodeTree
URL Trang Trợ Giúp https://gitee.com/inu1255/GitCodeTree
Ngôn Ngữ Được Hỗ Trợ 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
    }
}