This repository provides a scaffold for building a Chrome browser extension using Vite, a fast build tool for modern web projects.
- Vite-powered development: Leverage fast builds and HMR for a better development experience.
- Manifest V3 support: Build extensions with the latest Chrome extension manifest format.
- Modular architecture: Easily customize and extend functionalities.
Ensure you have the following installed:
- Node.js (version 14 or higher)
- npm or yarn package manager
- A Chromium-based browser (e.g., Chrome, Edge)
git clone https://github.com/your-repo/vite-chrome-extension.git
cd vite-chrome-extension
2.Install Dependencies
npm install
- Build the project
npm run build
4 . Now , You have dist
named folder
- Load the Extension in Chrome
##Load the extension to test
-
Go to
chrome://extensions/
-
Enable "Developer mode" in the top right corner.
-
Click "Load unpacked" and select the
dist
folder from the project directory.
Contributing :
Contributions are welcome! Please fork this repository and submit a pull request with your improvements.