Git Cheat Sheet
Handy Git cheat sheet for easy access to common Git commands and terminology
什麼是Git Cheat Sheet?
Git Cheat Sheet是由https://themergency.com開發的Chrome擴展程式,該擴展的主要功能是“Handy Git cheat sheet for easy access to common Git commands and terminology”。
擴展截圖
下載Git Cheat Sheet擴展crx文件
下載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 |
ID | mjdmgoiobnbkfcfjcceaodlcodhpokgn |
官方網址 | 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" } } |