VS Code Cheatsheet

Chrome extension for people who work on VS Code

VS Code Cheatsheetとは何ですか?

VS Code CheatsheetはVivek Baruahによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension for people who work on VS Code」です。

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

screenshot

VS Code Cheatsheet拡張機能のCRXファイルをダウンロード

VS Code Cheatsheet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Chrome extension for Visual Studio Code shortcuts especially designed for MacOS. It shows three different commands every time a new tab is opened or tab is reloaded. 
https://github.com/vivekbrh01/js_chrome_extension                    

拡張機能の基本情報

名前 VS Code Cheatsheet VS Code Cheatsheet
ID olmkpmgmodifgapdnkmmjaigmmldhdhc
公式URL https://chromewebstore.google.com/detail/vs-code-cheatsheet/olmkpmgmodifgapdnkmmjaigmmldhdhc
説明 Chrome extension for people who work on VS Code
ファイルサイズ 10 KB
インストール数 67
現在のバージョン 1.0.1
最終更新日 2020-04-20
公開日 2020-04-20
評価 5.00/5 合計 3 レビュー
開発者 Vivek Baruah
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VS Code Cheatsheet",
    "description": "Chrome extension for people who work on VS Code",
    "version": "1.0.1",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}