Skip to content

Boilerplate for building Chrome Extensions with React (CRA). Manifest v3.

Notifications You must be signed in to change notification settings

jessekorzan/react-chrome-extension-manifest-v3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-chrome-extension-manifest-v3

Manifest v3 Chrome Extension

Stater kit for building Extensions with React (CRA)

Instructions (old): https://github.com/jessekorzan/react-chrome-extension

Download the repo

Install

npm install

develop (work on the thing)

npm start

deploy (test in Chrome as an extension)

npm run build

REMEMBER THIS ... zip your /build folder = build.zip

add extension to Chrome (developer mode)

chrome://extensions/

Turn on Developer Mode and load unpacked (good thing we remembered that zip file)

Go test your thing ... remember to re-npm build and re-load unpacked every.single.time. you edit your react code. And refresh your tab.

About

Boilerplate for building Chrome Extensions with React (CRA). Manifest v3.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published