GitCodeTree
基于 Octotree 的[码云](http://gitee.com)文件树插件
GitCodeTree क्या है?
GitCodeTree inu1255 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "基于 Octotree 的[码云](http://gitee.com)文件树插件"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GitCodeTree एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
一个浏览器插件,在Gitee、GitHub上显示代码树。不用clone到本地就能查看项目结构. 特性: * 就像在IDE一样简单易用的代码树 * 快速浏览文件,不会刷新页面 * 支持私人存储库 Gitee登录后就可查看, Github 需要填写access_token)
एक्सटेंशन की मूल जानकारी
नाम | 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": [ " |