How to implement a react app into Chrome Extension?
- Using
yarn build
to build the app for production to thebuild
folder.If
craco: command not found
, runyarn add @craco/craco
ornpm install @craco/craco --save
beforeyarn build
- Open Extension from More Tools section or paste chrome://extensions/ in the Chrome browser.
- Switch on Developer Mode that place on the top of right.
- Select Load Unpacked, which place on the top of left, to upload the build folder that created in the first step.
- Congradulation!! You upload our Hippo web wallet successfully for development.
You can learn more in the Chrome Developer for Extension.
To learn Manifest V3 for Chrome Extension, check out the Mainvfest V3 for Chrome Extension.