how to download react-devtools-chrome.crx?
i can not access google , and can not found react-devtools-chrome.crx in github release
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:
node -v
)git
from the command line (git --version
)npm install
or yarn
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:
_metadata
folder insideTo load the extension in Chrome:
very thks...
@ngyikp Nice!
successfully installed! ^_^!
Would be very nice if answers were in the same language as questions.
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:
node -v
)git
from the command line (git --version
)npm install
oryarn
npm run build:extension:chrome
, the extension will be compiled toshells/chrome/build/unpacked/
Unfortunately, building the extension on Windows is a bit broken, you can either:
_metadata
folder insideTo load the extension in Chrome: