Node Debugger
Debug Node in Chrome devtools
O que é Node Debugger?
Node Debugger é uma extensão do Chrome desenvolvida por Apt-2531, e sua principal característica é "Debug Node in Chrome devtools".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Node Debugger
Baixe arquivos de extensão Node Debugger no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Node Debugger |
ID | onmjjpakkhjdbkmpoocapmhnmaedeipb |
URL Oficial | https://chromewebstore.google.com/detail/node-debugger/onmjjpakkhjdbkmpoocapmhnmaedeipb |
Descrição | Debug Node in Chrome devtools |
Tamanho do Arquivo | 2.2 MB |
Contagem de Instalações | 1,586 |
Versão Atual | 0.6.0 |
Última Atualização | 2016-10-28 |
Data de Publicação | 2016-10-28 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Apt-2531 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } |