Git Cheat Sheet

Handy Git cheat sheet for easy access to common Git commands and terminology

Git Cheat Sheetคืออะไร?

Git Cheat Sheet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://themergency.com และคุณลักษณะหลักของมันคือ "Handy Git cheat sheet for easy access to common Git commands and terminology"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Git Cheat Sheet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Are you learning Git? Or can you never remember all the available Git commands? Or are you not quite sure what 'remote' or 'rebase' does? This extension includes handy Git terminology, commonly used commands and help with the syntax and parameters for each Git Command.

Git logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License. Read more : http://git-scm.com/downloads/logos                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Git Cheat Sheet Git Cheat Sheet
ID mjdmgoiobnbkfcfjcceaodlcodhpokgn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/git-cheat-sheet/mjdmgoiobnbkfcfjcceaodlcodhpokgn
คำอธิบาย Handy Git cheat sheet for easy access to common Git commands and terminology
ขนาดไฟล์ 14.06 KB
จำนวนการติดตั้ง 3,960
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2014-02-25
วันที่เผยแพร่ 2014-02-25
คะแนน 4.43/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา https://themergency.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://themergency.com/git-cheat-sheet-chrome-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Git Cheat Sheet",
    "short_name": "Git Cheat Sheet",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Handy Git cheat sheet for easy access to common Git commands and terminology",
    "homepage_url": "http:\/\/themergency.com\/git-cheat-sheet-chrome-extension",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Git Cheat Sheet",
        "default_popup": "src\/browser_action\/browser_action.html"
    }
}