Node Debugger
Debug Node in Chrome devtools
Node Debuggerคืออะไร?
Node Debugger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Apt-2531 และคุณลักษณะหลักของมันคือ "Debug Node in Chrome devtools"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Node Debugger
ดาวน์โหลดไฟล์ส่วนขยาย Node Debugger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Connect to v8 inspector debugging instances! This extension allows you to save configured debugging sessions and will automatically check them for availability on startup. To quickly get started you can do the following: - Start a node 6.3+ process with the --inspect flag set (this will start a debugging session at localhost:9229) - Click on the extension icon in Chrome and see that the Default session is available. - Click on the Default session and a new Chrome window will load with the devtools connected to node. - Carry on making great apps! Roadmap ahead: - Attempt to detect when the debugger goes offline (this happens frequently in development with Nodemon) and attempt to reconnect automatically
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Node Debugger |
ID | onmjjpakkhjdbkmpoocapmhnmaedeipb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/node-debugger/onmjjpakkhjdbkmpoocapmhnmaedeipb |
คำอธิบาย | Debug Node in Chrome devtools |
ขนาดไฟล์ | 2.2 MB |
จำนวนการติดตั้ง | 1,586 |
เวอร์ชันปัจจุบัน | 0.6.0 |
อัปเดตครั้งล่าสุด | 2016-10-28 |
วันที่เผยแพร่ | 2016-10-28 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Apt-2531 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Node Debugger", "description": "Debug Node in Chrome devtools", "version": "0.6.0", "browser_action": { "default_popup": "index.html" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/", "https:\/\/*\/", "storage" ], "icons": { "32": ".\/assets\/icon32.png", "64": ".\/assets\/icon64.png", "128": ".\/assets\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |