Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome Devtool Plugin support #35

Closed
iamdustan opened this issue Feb 3, 2016 · 2 comments
Closed

Chrome Devtool Plugin support #35

iamdustan opened this issue Feb 3, 2016 · 2 comments
Labels

Comments

@iamdustan
Copy link

Does this or can this support chrome devtool plugins? I honestly have no idea where to look or how to see if it is already possible or how it can be implemented.

@mattdesl
Copy link
Contributor

mattdesl commented Feb 3, 2016

Yup, sorta. If the extension works with Electron it will also work with devtool.

https://github.com/Jam3/devtool/blob/master/docs/rc-config.md

If you find some extensions that work nicely, feel free to PR and add them to the list there.

@iamdustan
Copy link
Author

Cool. Thanks for the links on that.

My motivation is in an attempt to get react-devtools working in there so I can use it for react-hardware.

I tried using it from both the already installed chrome plugin ("~/Library/Application Support/Google/Chrome/Default/Extensions/fmkadmapgofadopljbjfkapdkoienihi/{version}") and cloning and building the project from source to no avail.

If you have any other tips/docs I’d keep digging. Either way closing this issue for now since the hooks are all there. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants