A basic extension template to fork and build from, using Vite, React, and Tailwind CSS, created by LordCat and AtlasWiki/mrunoriginal. Comes with three UI templates - developer tools tab/panel, extension popup, and accessible webpage through chrome-extension
url.
Template-Demo.mp4
- Accessbility - Accessible in the extension popup, devtools, and
chrome-extension
url as a webpage. - Modularity - Comes with an organized structure that can be expand upon.
- Routing - Includes page routing/navigation throgh react components.
- Easy Template Use - Allows you to use reactjs, tailwindcss, and even expand this simple structure, simplifying the intial extension set up allowing you to focus on building your extension!
- Typescript Support - Prefer your type definitions at compile time? Typescript support included.
- Node.js and npm installed on your system
git clone https://github.com/LordCat/PlaceHolder-Extension.git
cd PlaceHolder-Extension
npm install
npm run build
- Open your Chrome-based web browser
- Go to the Extensions page (chrome://extensions)
- Enable "Developer mode" (top right corner)
- Click "Load unpacked"
- Select the
dist
folder in your project directory
This project is licensed under the MIT License - see the LICENSE.md file for details.