Skip to content

Boilerplate for developing chrome extensions with Manifest V3 and React

Notifications You must be signed in to change notification settings

restarone/violet_react_crx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Original code (manifest v2) by https://anobjectisa.com/?author=1

Installation

Make sure you have node.js and npm installed, then run:

npm install

scripts

to build the extension to load unpacked into chrome:

npm run build:prod

to run the dev workflow (with hot code reloading)

npm run build

then visit each route on your browser:

localhost:8080/foreground.html
localhost:8080/options.html
localhost:8080/popup.html

documentation

https://youtu.be/nvm3c6ilcN8

https://anobjectisa.com/?p=135

About

Boilerplate for developing chrome extensions with Manifest V3 and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published