Node Debugger
Debug Node in Chrome devtools
Qu'est-ce que Node Debugger ?
Node Debugger est une extension Chrome développée par Apt-2531, et sa fonction principale est "Debug Node in Chrome devtools".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Node Debugger
Téléchargez les fichiers d'extension Node Debugger au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Node Debugger |
ID | onmjjpakkhjdbkmpoocapmhnmaedeipb |
URL Officiel | https://chromewebstore.google.com/detail/node-debugger/onmjjpakkhjdbkmpoocapmhnmaedeipb |
Description | Debug Node in Chrome devtools |
Taille du Fichier | 2.2 MB |
Nombre d'Installations | 1,586 |
Version Actuelle | 0.6.0 |
Dernière Mise à Jour | 2016-10-28 |
Date de Publication | 2016-10-28 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Apt-2531 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |