NiM (Node.js V8 --inspector Manager) Beta

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

NiM (Node.js V8 --inspector Manager) Beta là gì?

NiM (Node.js V8 --inspector Manager) Beta là một tiện ích mở rộng Chrome được phát triển bởi June07, và tính năng chính của nó là "Manages DevTools with Node V8 Inspector (node --inspect) Debugging Workflow".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NiM (Node.js V8 --inspector Manager) Beta

Tải xuống các tệp mở rộng NiM (Node.js V8 --inspector Manager) Beta dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Node.js Inspector Manager - NiM

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.

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

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: http://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.

[0.13.0-Beta1] - 2017-04-12
Added
- Faster polling (GitHub - Allow users to pick faster polling rate #13)
[0.12.5] - 2017-03-10
Fixed
- Not a bug per se but I've received a lot of feedback about it so I added some alerting under certain situations.  One being when the user is trying to connect to a non-existant DevTools instance, and/or one on the wrong host, port, etc.
[0.12.4] - 2017-03-06
Fixed
- GitHub Issue #12 breaking change caused by 0.12.2.
[0.12.2] - 2017-03-05
Fixed
- GitHub Issue #11 opened by wesbos.
[0.12.1] - 2017-02-28
Fixed
- Improve German localization https://github.com/june07/NiM/pull/9, Thank you to hpohlmeyer!
- Improve Chinese localization https://github.com/june07/NiM/pull/10, Thank you to jingsam!
[0.12.0] - 2017-02-09
Added
- Version update progress metric capture.
Changed
- Optimized CSS files.
[0.11.0] - 2017-02-07
Added
- Better langauge support with the addition of 20 more language translations.  Arabic, Czech, Danish, Greek, Estonian, Finnish, Hebrew, Hungarian, Croatian, Indonesian, Latvian, Dutch, Norwegian, Romanian, Slovak, Swedish, Thai, Turkish, Ukrainian, and Vietnamese!  
[0.10.0] - 2017-01-30
Added
- This release includes a lot of UI changes, hopefully, all to the better.  The color scheme has changed slightly to match that of the main NiM icon.  A floating material style button has been added to the lower right corner of the popup to facilitate access to current and possible future features without being disruptive to the UI.  Currently, there is a button for the settings modal as well as well as a button for a new feature, the notification area.  Again, the notification area was meant to be very non-intrusive and to allow for easier communication to users about important issues.  Finally a Google+ Platform link was added to make it even easier to add those stellar reviews and 5 star ratings .  The donation link was also changed partially in response to user feedback about making some additions to that area.
[0.9.3] - 2017-01-19
Fixed
- There was a "bug" where if a user was debugging remotely and did not forward the DevTools port along with the websocket port, the local websocket port would not be translated.  This was fixed.
Changed
- Japanese localization improvements https://github.com/june07/NiM/pull/6, Thank you to ABCanG!
Added
- Keyboard Shortcut Ctrl-I for opening DevTools.
- Hitting the Enter key for "host" or "port" input on the popup will open DevTools.
[0.9.2] - 2016-12-30
Changed
- Updated analytics to provide more data on program usage.
[0.9.1] - 2016-12-27
Changed
- Updated icon set
[0.9.0] - 2016-12-23
Added
- Use Local DevTools option
[0.8.1] - 2016-12-19
Fixed
- Language support for Portuguese and Chinese.
- Chrome tab not closing properly when using Nodemon #1
- Improve ja localization https://github.com/june07/NiM/pull/3, Thank you to onionmk2!
[0.8.0] - 2016-12-11
Added
- Support for 10 additional languages. Danish, Spanish, French, Italian, Japanese, Korean, Polish, Portuguese, Russian, and Chinese
[0.7.0] - 2016-11-28
Added
- A very short uninstall survey.
[0.6.1] - 2016-11-27
Fixed
- Remote debugging only worked in some cases.
[0.6.0] - 2016-11-26
Added
- UI improvements
[0.4.0] - 2016-11-17
Added
- The option of auto closing the Chrome DevTools session (tab or window).

Complete changelog: https://github.com/june07/NiM/blob/master/CHANGELOG.md                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NiM (Node.js V8 --inspector Manager) Beta NiM (Node.js V8 --inspector Manager) Beta
ID hcmhfccfbcjjhhhnlpolgcpcjgggkejd
URL Chính Thức https://chromewebstore.google.com/detail/nim-nodejs-v8-inspector-m/hcmhfccfbcjjhhhnlpolgcpcjgggkejd
Mô tả Manages DevTools with Node V8 Inspector (node --inspect) Debugging Workflow
Kích Thước Tệp 448 KB
Số Lần Cài Đặt 388
Phiên Bản Hiện Tại 0.13.2-Beta1
Cập Nhật Lần Cuối 2017-04-16
Ngày Phát Hành 2017-04-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển June07
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://privacy.june07.com
Ngôn Ngữ Được Hỗ Trợ 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.13.2",
    "version_name": "0.13.2-Beta1",
    "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",
        "identity",
        "identity.email"
    ],
    "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"
        }
    }
}