Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

how to download react-devtools-chrome.crx? #924

Closed
txiaocao opened this issue Oct 19, 2017 · 5 comments
Closed

how to download react-devtools-chrome.crx? #924

txiaocao opened this issue Oct 19, 2017 · 5 comments

Comments

@txiaocao
Copy link

how to download react-devtools-chrome.crx?
i can not access google , and can not found react-devtools-chrome.crx in github release

@lettywiterock
Copy link

https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi
我在readme找到了这个地址,我也连不上google,所以无法验证

@ngyikp
Copy link
Contributor

ngyikp commented Oct 19, 2017

If you can't access Chrome Web Store, then the second best solution would be to compile the extension yourself if you are on Mac/Linux:

  1. Make sure you have Node.js version 8+ (node -v)
  2. Make sure you can run git from the command line (git --version)
  3. Git clone this repo OR download the latest release at https://github.com/facebook/react-devtools/releases
  4. Run npm install or yarn
  5. Run npm run build:extension:chrome, the extension will be compiled to shells/chrome/build/unpacked/

Unfortunately, building the extension on Windows is a bit broken, you can either:

  • Edit some files to fix it, see Can't build on Windows #908
  • Or use this CRX that I have downloaded from the Store, extract the CRX with 7-Zip or another unzipper program, then delete the _metadata folder inside

To load the extension in Chrome:

  1. Go to More tools (更多工具(L)) > Extensions (扩展程序(E))
    screen shot 2017-10-19 at 8 59 48 pm

  2. Enable Developer mode (开发者模式) at top-right, click Load unpacked extension (加载已解压的扩展程序), then browse to that folder:
    screen shot 2017-10-19 at 9 01 15 pm

@txiaocao
Copy link
Author

very thks...

@bleedkaga
Copy link

bleedkaga commented Jan 3, 2018

@ngyikp Nice!
successfully installed! ^_^!

@omatviiv
Copy link

Would be very nice if answers were in the same language as questions.

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

No branches or pull requests

5 participants