create-react-chrome-extension is a template for building Chrome and Firefox extensions using React and state-of-the-art settings. This project aims to provide a solid starting point for developers looking to create browser extensions with modern web technologies.
Consider giving it a ⭐️ if you like it to show your support!
- React: Build your extension's UI with the popular JavaScript library.
- State-of-the-art settings: The template is configured with the latest best practices in mind.
- Support for Chrome and Firefox: Develop extensions that are compatible with two of the most widely used web browsers.
To use this template, clone the repository to your local machine:
git clone https://github.com/snwfdhmp/create-react-chrome-extension.gitThen, navigate into the project directory and install the dependencies:
cd create-react-chrome-extension
yarn installThen you can build the app:
yarn buildThen install the unpacked extension from dist folder in Chrome (tutorial) or Firefox (tutorial).
For live reload development, use
yarn devContributions are welcome! Please feel free to submit a pull request.
This project is open source and available under the MIT License.