Git Help

Git Help: Steps and processes for various scenarios of using git with remote repositories

Git Helpคืออะไร?

Git Help เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://devangdoshi.com และคุณลักษณะหลักของมันคือ "Git Help: Steps and processes for various scenarios of using git with remote repositories"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Git Help

ดาวน์โหลดไฟล์ส่วนขยาย 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 Git Help
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"
}