bvaughn / react-devtools-experimental

Experimental rewrite of the React DevTools extension
https://react-devtools-experimental.now.sh
MIT License
965 stars 55 forks source link

chrome doesn't allow to enable it #291

Closed hakankaraduman closed 5 years ago

hakankaraduman commented 5 years ago

I followed the installation instructions but chrome doesn't allow me to enable it because it was not installed from the chrome extension store.

I removed stable devtools from extensions before installing this, still the same.

bvaughn commented 5 years ago

The beta release isn't something I have bandwidth to support and troubleshoot. Seems like Chrome's support for self hosted extensions is not that great, but unfortunately I don't think there's anything I can do about it.

All I can say is that I'm working to get this into the store as quickly as possible so people won't need to side load. In the meanwhile, I'm going to close this issue since it's not really actionable. Sorry @hakankaraduman!

Possible duplicate of #286

hakankaraduman commented 5 years ago

I understand, sorry if what I'm asking is basic. I'm trying to understand and learn this situation. Is there a way I can replicate what you do to use this package as is. Like, what are the steps you do to test your development? If there is a name for this process, if you can tell me, I can search on the internet.

I'm not expecting you to spend time and write a guide, thanks anyway.

bvaughn commented 5 years ago

The instruction installations I wrote in the README are the exact ones I followed to install the extension: https://github.com/bvaughn/react-devtools-experimental#installation

vnvizitiu commented 5 years ago

I managed to install in in chrome by loading unpackaged

bvaughn commented 5 years ago

I updated the Chrome installation to use a packed extension (ZIP) format rather than CRX (92c2d83). Hopefully this might work for more people.

hakankaraduman commented 5 years ago

Thank you very much for your time, it worked this way.

bvaughn commented 5 years ago

Glad to hear~