Node.js V8 --inspector Manager (NiM)

Manages DevTools with Node V8 Inspector (node --inspect) Debugging Workflow

O que é Node.js V8 --inspector Manager (NiM)?

Node.js V8 --inspector Manager (NiM) é uma extensão do Chrome desenvolvida por https://june07.com, e sua principal característica é "Manages DevTools with Node V8 Inspector (node --inspect) Debugging Workflow".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Node.js V8 --inspector Manager (NiM)

Baixe arquivos de extensão Node.js V8 --inspector Manager (NiM) 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

                        By installing you are agreeing to:
PRIVACY POLICY - https://app.termly.io/document/privacy-policy/04164179-f943-4e87-ac8b-5afd0367dc6c

PLEASE NOTE: Installing this via the Chrome Web Store does require the sharing of your email address with me (and only me). You are given notice of this via the webstore, but it's become and remains such an issue that I feel the need to make it OVER-abundantly clear. If you take issue with sharing your email address with me (mine is [email protected] by the way) please, I implore you to clone/fork a copy yourself and change what you don't like about the code and/or use alternate solutions (none of which are as good as NiM, but call me biased). Further feel free to contact me directly and have a chat. Unlike the behemoths like Facebook, Google, Amazon that you probably (and without hesitation) share your email address with, I actually care about the concerns of the actual people who choose to use the code I wrote (~99%) and am responsible for. Here is the privacy policy that goes along with NiM https://june07.com/privacypolicy. Thank you so much.

This Chrome Extension streamlines your Node.js development cycle when using Chrome DevTools.

NiM provides extended capabilities even compared with the new chrome://inspect option.  Check out what Paul Irish of the Google Chrome team wrote about NiM... https://twitter.com/june07t/status/861664828909264896.

NiM manages the Chrome DevTools window/tab life-cycle leaving you with more ability to focus on what matters... debugging your code.  You no longer need to copy/paste DevTools URL's or continue opening/closing tabs/windows.

NiM automatically detects the URL that is generated when running node (locally or remotely) with --inspect option. NiM provides you with the option of automatically opening and closing Chrome DevTools in a tab or window. Just toggle the Manual/Auto setting and then start a debugging session.  DevTools will open either on clicking the "Open DevTools" button or after the specified timeout period.  If set to auto close, once you end your debugging session, DevTools will close automatically.

Use in 2 easy steps:
 1. Install
 2. Run node with --inspect flag (i.e. node --inspect hello.js)
 
Features:
 - Manage and monitor Node Diagnostics and Reports
 - Manage and monitor local and remote debugging sessions
 - Manual or automatic control of DevTools interface
 - Open DevTools in a new tab or window
 - Make DevTools focused or inactive on start
 - Customize duration between v8 Inspector probes
 - Auto-save settings
 - Set custom DevTools bundle
 - Debug node processes launched by VSCode

Note: By it's nature this extension requires permissions which
"Read and change all your data on the websites you visit"

Further to better serve and understand my user base the following permission is asked
"Know your email address"

The following URL will provide what I feel to be an informed viewpoint on the whole matter of permissions:  https://palant.de/2016/07/02/why-mozilla-shouldn-t-copy-chrome-s-permission-prompt-for-extensions

No information will ever be shared with 3rd parties.  Further the source is open and available on GitHub.  However should you still prefer it, a version is available which does not require sharing your email address: https://june07.com/NiM11.  I will maintain the code (bug fixes), however feature additions will only be made to this branch.  Please feel free to reach out to me [email protected] if you have any other concerns as I am open to discussion.  Should any policies change there will be notice given of such changes.

At the time of writing, the v8 --inspect option is fairly new. See https://nodejs.org/api/debugger.html#debugger_v8_inspector_integration_for_node_js for additional details on the option.d

If you enjoy using NiM please give us a 5 star rating and/or a G+1.  Any and all feedback is encouraged and welcome.  [email protected]  Thank you in advance.

This project is open source and available at https://github.com/june07/NiM.                    

Informações Básicas da Extensão

Nome Node.js V8 --inspector Manager (NiM) Node.js V8 --inspector Manager (NiM)
ID gnhhdgbaldcilmgcpfddgdbkhjohddkj
URL Oficial https://chromewebstore.google.com/detail/nodejs-v8-inspector-manag/gnhhdgbaldcilmgcpfddgdbkhjohddkj
Descrição Manages DevTools with Node V8 Inspector (node --inspect) Debugging Workflow
Tamanho do Arquivo 1006 KB
Contagem de Instalações 27,824
Versão Atual 2.8.1
Última Atualização 2021-12-16
Data de Publicação 2020-06-06
Classificação 4.48/5 Total de 95 Avaliações
Desenvolvedor https://june07.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://privacy.june07.com
Idiomas Suportados id,ms,de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,hu,pl,ro,sk,fi,sv,cs,el,bg,ru,uk,iw,fa,hi,bn,ta,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "2.8.1",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "author": "June07 <[email protected]> (https:\/\/june07.com\/)",
    "browser_action": {
        "default_title": "__MSG_defaultTitle__",
        "default_popup": "popup.html"
    },
    "commands": {
        "open-devtools": {
            "suggested_key": {
                "default": "Alt +I",
                "mac": "Alt+I"
            },
            "description": "__MSG_keyCtrlI__"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-gtOYwzQC2zvI6efNM91x1Mr3jBhZaavdB4LuBEIuy64=' https:\/\/www.gstatic.com https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/riot.june07.com https:\/\/june07.github.io https:\/\/apis.google.com https:\/\/button.flattr.com https:\/\/www.paypalobjects.com https:\/\/platform.twitter.com https:\/\/cdnjs.cloudflare.com https:\/\/cdn.jsdelivr.net; object-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com;",
    "devtools_page": "devtools.html",
    "icons": {
        "16": ".\/icon\/icon16.png",
        "32": ".\/icon\/icon32.png",
        "48": ".\/icon\/icon48.png",
        "128": ".\/icon\/icon128.png",
        "162": ".\/icon\/[email protected]",
        "163": ".\/icon\/[email protected]",
        "322": ".\/icon\/[email protected]",
        "323": ".\/icon\/[email protected]",
        "482": ".\/icon\/[email protected]",
        "483": ".\/icon\/[email protected]",
        "1282": ".\/icon\/[email protected]",
        "1283": ".\/icon\/[email protected]"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "*:\/\/*\/",
        "storage",
        "background",
        "tabs",
        "identity",
        "identity.email",
        "notifications",
        "contextMenus"
    ],
    "short_name": "__MSG_appShortName__",
    "version_name": "2.8.1"
}