Git Master
Git code tree. Support GitHub notifications and git file history
What is Git Master?
Git Master is a Chrome extension developed by https://idayer.com, and its main feature is "Git code tree. Support GitHub notifications and git file history".
Extension Screenshots
Download Git Master Extension CRX File
Download Git Master extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Git Master |
ID | klmeolbcejnhefkapdchfhlhhjgobhmo |
Official URL | https://chromewebstore.google.com/detail/git-master/klmeolbcejnhefkapdchfhlhhjgobhmo |
Description | Git code tree. Support GitHub notifications and git file history |
File Size | 991 KB |
Installation Count | 7,000 |
Current Version | 1.17.1 |
Last Updated | 2022-01-25 |
Publish Date | 2020-06-26 |
Rating | 4.84/5 Total 31 Ratings |
Developer | https://idayer.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ineo6/git-master |
Help Page URL | https://github.com/ineo6/git-master/issues |
Privacy Policy Page URL | http://idayer.com/web-extension-privacy-policy.html |
Supported Languages | 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": [ " |