VS Code Cheatsheet
Chrome extension for people who work on VS Code
What is VS Code Cheatsheet?
VS Code Cheatsheet is a Chrome extension developed by Vivek Baruah, and its main feature is "Chrome extension for people who work on VS Code".
Extension Screenshots
Download VS Code Cheatsheet Extension CRX File
Download VS Code Cheatsheet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | VS Code Cheatsheet |
ID | olmkpmgmodifgapdnkmmjaigmmldhdhc |
Official URL | https://chromewebstore.google.com/detail/vs-code-cheatsheet/olmkpmgmodifgapdnkmmjaigmmldhdhc |
Description | Chrome extension for people who work on VS Code |
File Size | 10 KB |
Installation Count | 67 |
Current Version | 1.0.1 |
Last Updated | 2020-04-20 |
Publish Date | 2020-04-20 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Vivek Baruah |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |