A modern and flexible starter kit for building Chrome Extensions using Next.js, TypeScript, and Tailwind CSS. This starter kit simplifies the process of building scalable Chrome Extensions with a clean, production-ready setup.
-TypeScript for strong typing and better developer experience
public/content
: Contains the wallet content script file.public/background
: Includes the wallet background.js script.public/injected
: Injects classes and styles into the window.out
: The directory containing the built Chrome Extension ready to be loaded into Chrome.This starter kit requires no complicated setup. Just follow these easy steps:
npm install
npm run build
Your Chrome extension is now ready! You can now start building your own features and customizing the starter kit.
ā If you found this project useful, please give it a star! It helps others discover it and supports the development of the project.
š Fork this repository to contribute or modify it for your own needs!
For more information on building Chrome Extensions with Next.js, TypeScript, and Tailwind CSS, refer to the following resources: