VS Code Cheatsheet
Chrome extension for people who work on VS Code
Vad är VS Code Cheatsheet?
VS Code Cheatsheet är en Chrome-tillägg utvecklad av Vivek Baruah, och dess huvudfunktion är "Chrome extension for people who work on VS Code".
Tilläggsskärmbilder
Ladda ner VS Code Cheatsheet-förlängningens CRX-fil
Ladda ner VS Code Cheatsheet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | VS Code Cheatsheet |
ID | olmkpmgmodifgapdnkmmjaigmmldhdhc |
Officiell webbadress | https://chromewebstore.google.com/detail/vs-code-cheatsheet/olmkpmgmodifgapdnkmmjaigmmldhdhc |
Beskrivning | Chrome extension for people who work on VS Code |
Filstorlek | 10 KB |
Antal Installationer | 67 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2020-04-20 |
Publiceringsdatum | 2020-04-20 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Vivek Baruah |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |