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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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": [ " |