Console+
This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's…
ما هو Console+؟
Console+ هو إضافة Chrome تم تطويرها بواسطة Madyan، والميزة الرئيسية لها هي "This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Console+
قم بتنزيل ملفات الامتداد Console+ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's DevTools. Features: ✨ - get code completion suggestion right in your console - get quicker feedback about bugs in your code as you type it - hover over your code to view type and documentation hints Contribute on GitHub: https://github.com/madyanalj/console-plus
معلومات أساسية عن التمديد
الاسم | Console+ |
ID | mdpcfmohggcepdncbognlniaiefdpnnf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/console+/mdpcfmohggcepdncbognlniaiefdpnnf |
الوصف | This is an advanced browser console extension, which allows developers to run TypeScript code right within their browser's… |
حجم الملف | 1.91 MB |
عدد التثبيتات | 94 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2020-07-27 |
تاريخ النشر | 2020-07-26 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Madyan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Console+", "version": "0.1.0", "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "devtools_page": "index.html" } |