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 |
| 电子邮箱 | [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"
} | |