Git Master
Git code tree. Support GitHub notifications and git file history
Co je Git Master?
Git Master je rozšíření Chrome vyvinuté https://idayer.com, a jeho hlavní funkcí je „Git code tree. Support GitHub notifications and git file history“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Git Master
Stáhněte si soubory rozšíření Git Master ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Git Master |
ID | klmeolbcejnhefkapdchfhlhhjgobhmo |
Oficiální URL | https://chromewebstore.google.com/detail/git-master/klmeolbcejnhefkapdchfhlhhjgobhmo |
Popis | Git code tree. Support GitHub notifications and git file history |
Velikost souboru | 991 KB |
Počet instalací | 7,000 |
Aktuální Verze | 1.17.1 |
Poslední Aktualizace | 2022-01-25 |
Datum Vydání | 2020-06-26 |
Hodnocení | 4.84/5 Celkem 31 Hodnocení |
Vývojář | https://idayer.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/ineo6/git-master |
URL Stránky Nápovědy | https://github.com/ineo6/git-master/issues |
URL Stránky Zásad Ochrany Soukromí | http://idayer.com/web-extension-privacy-policy.html |
Podporované Jazyky | 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": [ " |