CodeTree
Code tree for Github, GitHub Enterprise and Gitee
CodeTree क्या है?
CodeTree gabearwin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Code tree for Github, GitHub Enterprise and Gitee"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CodeTree एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Based on Octotree development. All files in the current git repository are displayed in a file tree. Currently supports Github, GitHub Enterprise and Gitee.
एक्सटेंशन की मूल जानकारी
नाम | CodeTree |
ID | keecdmdfhddgmiclpcmhgeamfaecamll |
आधिकारिक URL | https://chromewebstore.google.com/detail/codetree/keecdmdfhddgmiclpcmhgeamfaecamll |
विवरण | Code tree for Github, GitHub Enterprise and Gitee |
फ़ाइल का आकार | 423 KB |
स्थापना संख्या | 711 |
वर्तमान संस्करण | 1.5.0 |
अंतिम अपडेट | 2019-05-21 |
प्रकाशन तिथि | 2019-05-20 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | gabearwin |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CodeTree", "version": "1.5.0", "description": "Code tree for Github, GitHub Enterprise and Gitee", "homepage_url": "http:\/\/home.ustc.edu.cn\/~sa517422\/", "author": "GABEARWIN", "manifest_version": 2, "minimum_chrome_version": "60", "icons": { "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/api.github.com\/*", "https:\/\/assets.gitee.com\/*", "storage" ], "optional_permissions": [ " |