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」です。

拡張機能のスクリーンショット

screenshot
screenshot

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