VS Code Cheatsheet

Chrome extension for people who work on VS Code

ما هو VS Code Cheatsheet؟

VS Code Cheatsheet هو إضافة Chrome تم تطويرها بواسطة Vivek Baruah، والميزة الرئيسية لها هي "Chrome extension for people who work on VS Code".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة VS Code Cheatsheet

قم بتنزيل ملفات الامتداد VS Code Cheatsheet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}