Git Master
Git code tree. Support GitHub notifications and git file history
ما هو Git Master؟
Git Master هو إضافة Chrome تم تطويرها بواسطة https://idayer.com، والميزة الرئيسية لها هي "Git code tree. Support GitHub notifications and git file history".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Git Master
قم بتنزيل ملفات الامتداد Git Master بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://github.com/ineo6/git-master/issues |
عنوان صفحة سياسة الخصوصية | 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": [ " |