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 |
官方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" } } |