keaysma / factify

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%