Git Cheat Sheet
Handy Git cheat sheet for easy access to common Git commands and terminology
O que é Git Cheat Sheet?
Git Cheat Sheet é uma extensão do Chrome desenvolvida por https://themergency.com, e sua principal característica é "Handy Git cheat sheet for easy access to common Git commands and terminology".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Git Cheat Sheet
Baixe arquivos de extensão Git Cheat Sheet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Git Cheat Sheet |
ID | mjdmgoiobnbkfcfjcceaodlcodhpokgn |
URL Oficial | https://chromewebstore.google.com/detail/git-cheat-sheet/mjdmgoiobnbkfcfjcceaodlcodhpokgn |
Descrição | Handy Git cheat sheet for easy access to common Git commands and terminology |
Tamanho do Arquivo | 14.06 KB |
Contagem de Instalações | 3,960 |
Versão Atual | 1.0.1 |
Última Atualização | 2014-02-25 |
Data de Publicação | 2014-02-25 |
Classificação | 4.43/5 Total de 23 Avaliações |
Desenvolvedor | https://themergency.com |
Tipo de Pagamento | free |
Site da Extensão | http://themergency.com/git-cheat-sheet-chrome-extension |
Idiomas Suportados | 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" } } |