Git Master
Git code tree. Support GitHub notifications and git file history
Apa itu Git Master?
Git Master adalah ekstensi Chrome yang dikembangkan oleh https://idayer.com, dan fitur utamanya adalah "Git code tree. Support GitHub notifications and git file history".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Git Master
Unduh file ekstensi Git Master dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Git Master |
ID | klmeolbcejnhefkapdchfhlhhjgobhmo |
URL Resmi | https://chromewebstore.google.com/detail/git-master/klmeolbcejnhefkapdchfhlhhjgobhmo |
Deskripsi | Git code tree. Support GitHub notifications and git file history |
Ukuran File | 991 KB |
Jumlah Instalasi | 7,000 |
Versi Saat Ini | 1.17.1 |
Terakhir Diperbarui | 2022-01-25 |
Tanggal Publikasi | 2020-06-26 |
Penilaian | 4.84/5 Total 31 Penilaian |
Pengembang | https://idayer.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/ineo6/git-master |
URL Halaman Bantuan | https://github.com/ineo6/git-master/issues |
URL Halaman Kebijakan Privasi | http://idayer.com/web-extension-privacy-policy.html |
Bahasa yang Didukung | 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": [ " |