Git Master
Git code tree. Support GitHub notifications and git file history
Git Master क्या है?
Git Master https://idayer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Git code tree. Support GitHub notifications and git file history"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Git Master एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Development productivity tool for git. Features: - Git file tree (GitHub && GitLab && Gitee && Gitea && Gogs) - File search - Show GitHub repo size and file download support - GitHub Dark Mode - GitHub notifications - GitHub dark mode, also work for gist - Code Snippet - Browse the history of files (GitHub && GitLab) - Coming soon...please suggest by opening an issue on https://github.com/ineo6/git-master/issues
एक्सटेंशन की मूल जानकारी
नाम | Git Master |
ID | klmeolbcejnhefkapdchfhlhhjgobhmo |
आधिकारिक URL | https://chromewebstore.google.com/detail/git-master/klmeolbcejnhefkapdchfhlhhjgobhmo |
विवरण | Git code tree. Support GitHub notifications and git file history |
फ़ाइल का आकार | 991 KB |
स्थापना संख्या | 7,000 |
वर्तमान संस्करण | 1.17.1 |
अंतिम अपडेट | 2022-01-25 |
प्रकाशन तिथि | 2020-06-26 |
रेटिंग | 4.84/5 कुल 31 रेटिंग्स |
डेवलपर | https://idayer.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/ineo6/git-master |
सहायता पृष्ठ URL | https://github.com/ineo6/git-master/issues |
गोपनीयता नीति पृष्ठ URL | http://idayer.com/web-extension-privacy-policy.html |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "short_name": "Git Master", "version": "1.17.1", "default_locale": "en", "icons": { "16": "assets\/icons\/favicon-16.png", "32": "assets\/icons\/favicon-32.png", "48": "assets\/icons\/favicon-48.png", "128": "assets\/icons\/favicon-128.png" }, "description": "__MSG_pluginDesc__", "homepage_url": "https:\/\/github.com\/ineo6\/git-master", "permissions": [ "*:\/\/*.github.com\/*", "tabs", "activeTab", "storage", "alarms", "webRequest", "webNavigation", "https:\/\/api.github.com\/*" ], "optional_permissions": [ " |