NodeJs Debug Manager
An extremely beta version of Node Debug Manager. For NodeJs developers who use --inspect. Keeps track of a JSON file containing…
ما هو NodeJs Debug Manager؟
NodeJs Debug Manager هو إضافة Chrome تم تطويرها بواسطة http://dewwwald.com، والميزة الرئيسية لها هي "An extremely beta version of Node Debug Manager. For NodeJs developers who use --inspect. Keeps track of a JSON file containing…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NodeJs Debug Manager
قم بتنزيل ملفات الامتداد NodeJs Debug Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | dgjckdjcikoggkfmkfnpfkmnimhacpdi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/nodejs-debug-manager/dgjckdjcikoggkfmkfnpfkmnimhacpdi |
الوصف | An extremely beta version of Node Debug Manager. For NodeJs developers who use --inspect. Keeps track of a JSON file containing… |
حجم الملف | 13.63 KB |
عدد التثبيتات | 171 |
النسخة الحالية | 0.0.5 |
آخر تحديث | 2017-04-08 |
تاريخ النشر | 2017-04-08 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://dewwwald.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | http://dewwwald.com/when-where |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NodeJs Debug Manager", "version": "0.0.5", "icons": { "128": "128.png" }, "background": { "scripts": [ "main.js" ] }, "permissions": [ "background", "tabs", "windows", "file:\/\/\/Users\/dewald\/node-debugger-url.json" ], "browser_action": { "default_popup": "popup\/default-popup.html" } } |