GitCodeTree

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

Apa itu GitCodeTree?

GitCodeTree adalah ekstensi Chrome yang dikembangkan oleh inu1255, dan fitur utamanya adalah "基于 Octotree 的[码云](http://gitee.com)文件树插件".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GitCodeTree

Unduh file ekstensi GitCodeTree dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

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

Informasi Dasar Ekstensi

Nama GitCodeTree GitCodeTree
ID inaaldjpdbkaodlmdcplgpoibohcmmlj
URL Resmi https://chromewebstore.google.com/detail/gitcodetree/inaaldjpdbkaodlmdcplgpoibohcmmlj
Deskripsi 基于 Octotree 的[码云](http://gitee.com)文件树插件
Ukuran File 489 KB
Jumlah Instalasi 20,000
Versi Saat Ini 2.4.7
Terakhir Diperbarui 2019-03-06
Tanggal Publikasi 2019-03-06
Penilaian 4.92/5 Total 37 Penilaian
Pengembang inu1255
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://gitee.com/inu1255/GitCodeTree
URL Halaman Bantuan https://gitee.com/inu1255/GitCodeTree
Bahasa yang Didukung 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
    }
}