auchenberg / chrome-devtools-app

Chrome DevTools packaged as an app via Electron
MIT License
1.58k stars 92 forks source link

integration with other inspectors? #40

Open eccegordo opened 9 years ago

eccegordo commented 9 years ago

this looks like an awesome project. How viable would this be to integrate with other inspectors built on top of chrome dev tools? I am wondering about Ember JS inspector

https://github.com/emberjs/ember-inspector/issues/404

thanks

auchenberg commented 9 years ago

Interesting idea! I don't know if we could emulate the chrome.* API's that used by DevTools extensions, but we should find a way to make this happen.

matthewdias commented 8 years ago

This could be helpful http://electron.atom.io/docs/v0.37.6/tutorial/devtools-extension/

auchenberg commented 8 years ago

Indeed @matthewdias. Thanks!