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
擴展基本資訊
名稱 | Git Help |
ID | cikcdjbjlegidghlcooeefdabbfgllmm |
官方網址 | 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" } |