Git Master
Git code tree. Support GitHub notifications and git file history
Was ist Git Master?
Git Master ist eine Chrome-Erweiterung, die von https://idayer.com entwickelt wurde, und ihr Hauptmerkmal ist "Git code tree. Support GitHub notifications and git file history".
Erweiterungsscreenshots
Git Master-Erweiterungs-CRX-Datei herunterladen
Laden Sie Git Master-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | klmeolbcejnhefkapdchfhlhhjgobhmo |
| Offizielle URL | https://chromewebstore.google.com/detail/git-master/klmeolbcejnhefkapdchfhlhhjgobhmo |
| Beschreibung | Git code tree. Support GitHub notifications and git file history |
| Dateigröße | 991 KB |
| Installationsanzahl | 7,000 |
| Aktuelle Version | 1.17.1 |
| Letztes Update | 2022-01-25 |
| Veröffentlichungsdatum | 2020-06-26 |
| Bewertung | 4.84/5 Insgesamt 31 Bewertungen |
| Entwickler | https://idayer.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/ineo6/git-master |
| Hilfeseite URL | https://github.com/ineo6/git-master/issues |
| URL der Datenschutzrichtlinien-Seite | http://idayer.com/web-extension-privacy-policy.html |
| Unterstützte Sprachen | 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": [
" | |