0.0.5 • Published 2 years ago

cra-template-chrome-extension-react v0.0.5

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

cra-template-chrome-extension-react

This is a template for Create React App to develop chrome extensions.

To use this template, add --template chrome-extension-react when creating a new app.

For example:

npx create-react-app new-app-name --template chrome-extension-react

About this package

  • Create a typescript project for developing chrome extensions.

How to create ready-to-publish extensions

  • Run 'npm install' to install required dependencies
  • Run 'npm run build' to build the package. By default, the output will be in the 'dist' folder.
  • Zip the 'dist' folder and upload them to Google Chrome Developer Portal/Dashboard

For more information, please refer to:

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago