0.1.4 • Published 2 years ago

reactjs-chrome-extension v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

React Js Chrome Extension Template

Quick create chrome extensions with reactjs-chrome-extension template

Open Source

Welcome to contribute to open source project, Find it on GitHub

Description

This template will allow you to create quick chrome extensions with predefined sets of components, classes, quick replacement and different themes.

Prerequisite installation and setup

  • node >= 16.8.0
  • yarn >= 1.22.11
  • npm >= 8.1.4

How to use this template?

  • Start creating new project using this template with following command
  • Note: replace my-app-name with your app name
npx create-react-app my-app-name --template reactjs-chrome-extension

Pre setup

cd my-app-name
yarn install

See popup page

yarn start

then open http://localhost:8080 in your browser

Install Extension

Step 1 - build

yarn run build-extension

Step 2 - load

Make sure you have enabled developer mode in browser, then load extension in your browser

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago