NIM(Node.js 调试管理工具)

开发者工具插件大小: 448KiB版本: v 0.13.2更新时间: 2021-12-21
大小:448KiB版本:v 0.13.2更新时间:2021-12-21

自动启动Node.js调试窗口

NIM(Node.js 调试管理工具) 的使用方法详解,最全面的教程


NIM(Node.js 调试管理工具) 描述:

用户数:378

分类:开发者工具插件

扩展大小:448 KiB

最后更新时间:2021-12-21

版本:v 0.13.2


NIM(Node.js 调试管理工具) 插件简介:

这是来自Chrome商店的 NIM(Node.js 调试管理工具) 浏览器插件,您可以在当前页面下载它的最新版本安装文件,并安装在Chrome、Edge等浏览器上。


NIM(Node.js 调试管理工具)插件下载方法/流程:

点击下载按钮,关注“扩展迷Extfans”公众号并获取验证码,在网页弹窗中输入验证码,即可下载最新安装文件。


NIM(Node.js 调试管理工具)插件安装教程/方法:

(1)将扩展迷上下载的安装包文件(.zip)解压为文件夹,其中类型为“crx”的文件就是接下来需要用到的安装文件

(2) 从设置->更多工具->扩展程序 打开扩展程序页面,或者地址栏输入 Chrome://extensions/ 按下回车打开扩展程序页面

(3) 打开扩展程序页面的“开发者模式”

(4) 将crx文件拖拽到扩展程序页面,

完成安装如有其它安装问题,

请扫描网站底部二维码与客服联系如有疑问请参考:

https://www.extfans.com/installation/
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 667@june07.com 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. 667@june07.com 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

相关应用

브라우저에서 라온시큐어의 PC보안 기능을 사용하기 위한 확장 프로그램입니다.
Capture a screenshot of your current page in entirety and reliably—without requesting any extra permissions!
Расширение позволяет использовать КриптоПро ЭЦП Browser plug-in в браузере. Для работы требует установленного ЭЦП Browser plug-in.
Adds React debugging tools to the Chrome Developer Tools. Created from revision 336ac8ceb on 7/13/2022.
Advanced Eyedropper, Color Picker, Gradient Generator and other colorful goodies
POSTMAN CHROME IS DEPRECATED DOWNLOAD THE UPDATED POSTMAN NATIVE APPS Postman Chrome is deprecated and is missing essential, new…
EditThisCookie是一个cookie管理器。您可以添加,删除,编辑,搜索,锁定和屏蔽cookies!
Tag Assistant helps to troubleshoot installation of various Google tags including Google Analytics, Google Tag Manager and more.
The web developers helper program to create and test custom HTTP requests.
back top top
back top top