React-devtools: how to download react-devtools-chrome.crx?

Created on 19 Oct 2017  ·  5Comments  ·  Source: facebook/react-devtools

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

Most helpful comment

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:

To load the extension in Chrome:

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

All 5 comments

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

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:

To load the extension in Chrome:

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

very thks...

@ngyikp Nice!
successfully installed! ^_^!

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

Was this page helpful?
0 / 5 - 0 ratings