cra-template-mv3-chrome-extension

A CRA project template for rapid development of Chrome extensions

Usage no npm install needed!

<script type="module">
  import craTemplateMv3ChromeExtension from 'https://cdn.skypack.dev/cra-template-mv3-chrome-extension';
</script>

README

MV3 Chrome Extension CRA Template

This Create React App (CRA) template provides rapid development for chrome extensions using Manifest V3. It optionally implements MUI as its UI framework (for interfaces such as popups, options, etc.) in addition to some minimal boilerplate for getting an extension up and running.

Usage

Provide this package as a template when creating a new React app, e.g.:

npx create-react-app APP_NAME --template mv3-chrome-extension

Afterwards, you can develop your React app as normal (see the template README for more information on developing with this template). Learn more about using custom templates with CRA.

Contributing

Contributing is welcome, just be sure to fork the package repository and submit a pull request on your changes.