Chrome Extension Template
A production-ready browser extension template built with Plasmo UI, featuring AI capabilities and modern development tools.
Features
- Plasmo UI framework
- Chrome Extension Manifest V3
- Content scripts support
- Background worker
- AI integration capabilities
- Storage API integration
- TypeScript
- Hot reload development
Getting Started
Prerequisites
- Node.js 20 or later
- Bun package manager
- Chrome browser
Installation
bun create magicword-app my-extension --template chrome-extension
cd my-extension
bun install
Development
bun dev