/factify

Example of how to inject a React component into a website using a Chrome Extension

Primary LanguageJavaScript

Chrome extension with React

This project is a sample of how to inject React into a website using a chrome extension.

Related Article

Creating a Chrome Extension with React

Setup

  1. Run npm i or yarn to install all the dependencies
  2. Run yarn dev to make changes to the extension
  3. Run yarn build-prod to compile the scripts