Template for browser extension (Chromium based browsers and Firefox support)
- Feature 1
- Feature 2
git clone https://github.com/the-mes/browser-extension-react-typescript-starter.git
cd browser-extension-react-typescript-starter
yarn
# Or, use npm
npm i
yarn watch
# Or, use npm
npm run watch
- open the Extension Management page by navigating to
chrome://extensions
- enable Developer Mode by clicking the toggle switch next to Developer mode
- click the
LOAD UNPACKED
button and select the dist in the extension directory
- enter
about:debugging
in the URL bar - click
This Firefox
- click
Load Temporary Add-on
- open the dist in the extension’s directory and select any file inside
This project is licensed under the MIT License © 2021-present Jakub Biesiada