Refined GitHub
Simplifies the GitHub interface and adds useful features
Manages DevTools with Node V8 Inspector (node --inspect) Debugging Workflow
Review user movement across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
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.
Inspect the latest comments and rating distribution.
Store average score: 4.4. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
Review related products from the Chrome Web Store detail page.
Simplifies the GitHub interface and adds useful features
Drop your mockup on the live page for pixel-perfect comparison with your code.
Redux DevTools for debugging application's state changes.
DevTools browser extension for Vue.js
GraphQL debugging tools for Apollo Client.
Dev-tools for MobX and React
Even after specifying ip address and port where NodeJS app is hosted, this plugin is unable to inspect the app. Anything else I need to take care of?
Suddenly consumes 90% of my CPU on Mac. It's a great extension but I can't say if it's safe to use.
This will definitely save us time. Thank you!
This fixed a frustrating painpoint for my node dev workflow. So grateful.
Amazing.
very good
If could auto connect muti node instance would be better. Now the network tab has no cascade folder structure.
Very useful plugin for nodejs programmers. Thank you.
LOVE this extension though I think it's life will be short lived. As of Chrome Version 60.0.3102.0-canary, you can visit chrome://inspect and click "Open dedicated DevTools for Node" and you'll get devtools, FULLY connected as a debugger (can profile startups, inspect objects, console works perfectly, etc..) that will reconnect to the same debugger port (no more copy/paste UID issues) AND can even have multiple "connections" (different debugger port presets so you can easily switch between multiple apps). Now if we can JUST get an extension that opens this thing directly (no more chrome://inspect), we're all set!
This is really helpful for me. I use it with nodemon. My only gripe with it and the reason why I give 4 stars instead of 5 is that the way dev tools gets invoked, it always steals focus. I have to disable this plugin when I don't need it or change my watch script to not at "--inspect". If the author can't change the way focus is stolen, they should add an quick on/off toggle to its icon. Definitely a very useful plugin and I recommend it highly to any other Node.js developers.