This is a template for building a Chrome Extension using React, TypeScript, Vite, and Tailwind CSS.
yarn install
yarn dev
chrome://extensions/
, enabling Developer mode, and clicking "Load unpacked", then selecting the dist
directory in this project.Run yarn build
to build the extension. The built extension will be in the dist
directory.