https://www.npmjs.com/package/react-typescript-chromium-extension-boilerplate
- Boilerplate for React + Typescript + Chromium-extension
- Install React without CRA
- Custom setting Webpack, Babel, Eslint
git clone https://github.com/dooking/react-typescript-chromium-extension-boilerplate.git
npm install
π react-typescript-chromium-extension-boilerplate
βββ π public
|ββ βββ background.js // Browser event handler
|ββ βββ index.html // Root html
|ββ βββ index.css // Root css
|ββ βββ mainfest.json // Extension setting file
|ββ βββ options.html // Option Component
β βββ options.js // Option Script
βββ π src
βββ App.tsx // Component
βββ index.tsx // Webpack entry point
Please βοΈ this repository if this project helped you!