Git Master
Git code tree. Support GitHub notifications and git file history
Git Masterとは何ですか?
Git Masterはhttps://idayer.comによって開発されたChromeの拡張機能で、その主な機能は「Git code tree. Support GitHub notifications and git file history」です。
拡張機能のスクリーンショット
Git Master拡張機能のCRXファイルをダウンロード
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": [
" | |