I maintain an app that runs on web pages in browsers but also under Node.js.
I am writing a Chrome DevTools plugin that lets you connect to the app and inspect/modify its state and it works well.
 Ideally I'd like to use the same tools when it's running under Node.js - is it possible to integrate a Chrome DevTools plugin with the "dedicated DevTools for Node" Remote Target window accessible from chrome://inspect somehow?
My apologies if I'm missed something obvious in the docs but nothing jumped out at me.
Thanks,
Alex