/chrome-extension-with-react

Chrome web extension made with React JS

Primary LanguageJavaScript

React Chrome Extension

Local Testing

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Testing Inside Chrome

To load as a developer extension inside of Chrome:

  1. npm run build
  2. Navigate to chrome://extensions/ in your browser
  3. Toggle the Developer mode switch on in the top right hand corner
  4. Click the Load unpacked button in the top left corner
  5. Select the build folder inside of this project folder

Builds the app for Chrome to the build folder.