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

How to use when I'm developing chrome extension #335

Open
victorvoid opened this issue Apr 14, 2017 · 6 comments
Open

How to use when I'm developing chrome extension #335

victorvoid opened this issue Apr 14, 2017 · 6 comments

Comments

@victorvoid
Copy link

I tried to use it in my chrome extension, but in my popup console:

window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || window.__REDUX_DEVTOOLS_EXTENSION__

undefined

But in my devtools on popup there is "redux"(the redux-devtools-extension) 😿

It's not possible ?

@jhen0409
Copy link
Collaborator

We used to have a solution for that (example) but it's no longer work on Chrome (See zalmoxisus/crossbuilder#48), so currently we recommend to use remote-redux-devtools for developing chrome extension.

@zacacollier
Copy link
Contributor

@jhen0409 @zalmoxisus Could you elaborate? I'm not really sure how to hook in to the extension from remote-redux-devtools. I've tried running remote-redux-devtools with a custom host and port but to no avail. Sorry if I'm missing something really obvious here 😅

@zalmoxisus
Copy link
Owner

zalmoxisus commented Apr 15, 2017

@zacacollier, there should be a button on the bottom to open Remote DevTools:
image

There you can set the hostname and port if needed.

@victorvoid
Copy link
Author

I used the remote-redux-devtools to solve my problem! Thanks everyone.

@jhen0409
Copy link
Collaborator

jhen0409 commented May 3, 2017

It looks works fine on latest version of Chrome (example), not sure if it is recent updates. 😂

2017-05-03 11 32 59

@zalmoxisus
Copy link
Owner

Wow, that's good to know. Though I remember I romoved some parts in the last releases, so it should have some issues. I'll investigate this. We should be able to inspect firefox extensions as well now.

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

No branches or pull requests

4 participants