NodeJs Debug Manager

An extremely beta version of Node Debug Manager. For NodeJs developers who use --inspect. Keeps track of a JSON file containing…

What is NodeJs Debug Manager?

NodeJs Debug Manager is a Chrome extension developed by http://dewwwald.com, and its main feature is "An extremely beta version of Node Debug Manager. For NodeJs developers who use --inspect. Keeps track of a JSON file containing…".

Extension Screenshots

screenshot

Download NodeJs Debug Manager Extension CRX File

Download NodeJs Debug Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name NodeJs Debug Manager NodeJs Debug Manager
ID dgjckdjcikoggkfmkfnpfkmnimhacpdi
Official URL https://chrome.google.com/webstore/detail/nodejs-debug-manager/dgjckdjcikoggkfmkfnpfkmnimhacpdi
Description An extremely beta version of Node Debug Manager. For NodeJs developers who use --inspect. Keeps track of a JSON file containing…
File Size 13.63 KB
Installation Count 171
Current Version 0.0.5
Last Updated 2017-04-08
Publish Date 2017-04-08
Rating 5.00/5 Total 1 Ratings
Developer http://dewwwald.com
Email [email protected]
Payment Type free
Help Page URL http://dewwwald.com/when-where
Supported Languages 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"
    }
}