Git Help
Git Help: Steps and processes for various scenarios of using git with remote repositories
Git Helpとは何ですか?
Git Helpはhttps://devangdoshi.comによって開発されたChromeの拡張機能で、その主な機能は「Git Help: Steps and processes for various scenarios of using git with remote repositories」です。
拡張機能のスクリーンショット
Git Help拡張機能のCRXファイルをダウンロード
Git Help拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Git Help is an extension that provides scenario based steps and processes on how to use git in a professional environment. If you use Git in a multi-user environment and also use remote repository tool like GitHub and Bitbucket, this extension is a must and will save you lot of time.
Update 1.3.0:
Scenarios are now categorized on the main page
Three new scenarios added
Other performance related changes 拡張機能の基本情報
| 名前 | |
| ID | cikcdjbjlegidghlcooeefdabbfgllmm |
| 公式URL | https://chromewebstore.google.com/detail/git-help/cikcdjbjlegidghlcooeefdabbfgllmm |
| 説明 | Git Help: Steps and processes for various scenarios of using git with remote repositories |
| ファイルサイズ | 744 KB |
| インストール数 | 326 |
| 現在のバージョン | 1.3.0 |
| 最終更新日 | 2017-08-02 |
| 公開日 | 2017-08-02 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | https://devangdoshi.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Git Help",
"version": "1.3.0",
"description": "Git Help: Steps and processes for various scenarios of using git with remote repositories",
"icons": {
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Git Help"
},
"author": "Devang Doshi"
} | |