Node.js Inspector Manager (NiM)

Extension for automatically launching V8 Inspector for Node.js debugging

Τι είναι το Node.js Inspector Manager (NiM);

Το Node.js Inspector Manager (NiM) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον June07, και η κύρια λειτουργία του είναι "Extension for automatically launching V8 Inspector for Node.js debugging".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Node.js Inspector Manager (NiM)

Λήψη αρχείων επέκτασης Node.js Inspector Manager (NiM) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Node.js Inspector Manager (NiM)

Please NOTE: This verson is frozen at 0.11.x and is not being updated.  If you would like access to all future features and updates (of which there are currently many since this version), please install the latest:
https://chrome.google.com/webstore/detail/nodejs-v8-inspector-manag/gnhhdgbaldcilmgcpfddgdbkhjohddkj

Use in 3 easy steps:
 1. Install
 2. Set hostname and port or use the default localhost and 9229.
 3. Click Open DevTools or change setting to Auto
 
NiM streamlines your Node.js development cycle when using Chrome DevTools Inspector.

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.

Features:
 - 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

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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Node.js Inspector Manager (NiM) Node.js Inspector Manager (NiM)
ID bnmjajghllhhhgiaeipaibfmnjnponhd
Επίσημο URL https://chromewebstore.google.com/detail/nodejs-inspector-manager/bnmjajghllhhhgiaeipaibfmnjnponhd
Περιγραφή Extension for automatically launching V8 Inspector for Node.js debugging
Μέγεθος Αρχείου 648 KB
Αριθμός Εγκαταστάσεων 627
Τρέχουσα Έκδοση 0.11.1
Τελευταία Ενημέρωση 2017-04-28
Ημερομηνία Δημοσίευσης 2017-04-28
Αξιολόγηση 4.83/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής June07
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://june07.com/inspect-broke-my-workflow/
URL της Σελίδας Πολιτικής Απορρήτου https://privacy.june07.com
Υποστηριζόμενες Γλώσσες id,de,en,fr,nl,no,vi,tr,da,et,es,hr,it,lv,hu,pl,ro,sk,fi,sv,cs,el,ru,uk,iw,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "0.11.1",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "author": "June07 <[email protected]> (http:\/\/june07.com\/)",
    "browser_action": {
        "default_title": "__MSG_defaultTitle__",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "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]"
    },
    "permissions": [
        "*:\/\/*\/",
        "storage",
        "background",
        "tabs"
    ],
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/june07.github.io https:\/\/apis.google.com https:\/\/button.flattr.com https:\/\/www.paypalobjects.com https:\/\/apis.google.com; object-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com;",
    "commands": {
        "open-devtools": {
            "suggested_key": {
                "default": "Ctrl+I",
                "mac": "Command+I"
            },
            "description": "Open the DevTools Window"
        }
    }
}