Skip to content

alissaVrk/react-content-script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Content Script

How to inject React app into a Chrome Extension Content Script.

  1. git clone git@github.com:yosevu/react-content-script.git
  2. npm run build
  3. Navigate to chrome://extensions/
  4. Click the "Developer mode" toggle switch in the top right of the window
  5. Click the "Load unpacked" button in top left of the window
  6. Go to the react-content-script directory and select the "build" directory to load the extension
  7. Navigate to https://blank.org/ to see the React app

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.6%
  • HTML 24.5%
  • CSS 13.9%