Instructions (old): https://github.com/jessekorzan/react-chrome-extension
Download the repo
npm install
npm start
npm run build
REMEMBER THIS ... zip your /build folder = build.zip
chrome://extensions/
Turn on Developer Mode and load unpacked
(good thing we remembered that zip file)
Go test your thing ... remember to re-npm build
and re-load unpacked
every.single.time. you edit your react code. And refresh your tab.