VS Code Cheatsheet

Chrome extension for people who work on VS Code

Cos'è VS Code Cheatsheet?

VS Code Cheatsheet è un'estensione di Chrome sviluppata da Vivek Baruah, e la sua funzione principale è "Chrome extension for people who work on VS Code".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione VS Code Cheatsheet

Scarica i file di estensione VS Code Cheatsheet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome VS Code Cheatsheet VS Code Cheatsheet
ID olmkpmgmodifgapdnkmmjaigmmldhdhc
URL Ufficiale https://chromewebstore.google.com/detail/vs-code-cheatsheet/olmkpmgmodifgapdnkmmjaigmmldhdhc
Descrizione Chrome extension for people who work on VS Code
Dimensione del File 10 KB
Conteggio Installazioni 67
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-04-20
Data di Pubblicazione 2020-04-20
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Vivek Baruah
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}