VS Code Cheatsheet

Chrome extension for people who work on VS Code

VS Code Cheatsheet क्या है?

VS Code Cheatsheet Vivek Baruah द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension for people who work on VS Code"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VS Code Cheatsheet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}