Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@kenkaiiii/queen-chrome-ext) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Queen Chrome Extension Template
Production-ready Chrome extension template with zero configuration
Quick Start โข Features โข Documentation
๐ฏ What You Get
A complete Chrome extension starter with:
- โ Manifest V3 - Latest Chrome standard (required 2025)
- โ React 19 - Modern UI with latest hooks
- โ TypeScript 5.9 - Full type safety
- โ Vite 7 - Lightning-fast builds & HMR
- โ Vitest 3 - Comprehensive testing suite
- โ ESLint 9 - Code quality (flat config)
- โ Prettier - Consistent formatting
- โ GitHub Actions - CI/CD ready
- โ Zero Warnings - Clean production builds
- โ Zero Vulnerabilities - Security first
๐ Quick Start
```bash
Create new extension
npx @kenkaiiii/queen-chrome-ext my-extension
Navigate and install
cd my-extension npm install
Start development
npm run dev
Build for production
npm run build ```
Load in Chrome
- Open `chrome://extensions`
- Enable "Developer mode" (top right)
- Click "Load unpacked"
- Select the `dist/` folder
๐ฆ Features
Complete Development Setup
``` โจ Manifest V3 compliant ๐ท TypeScript configured โก Vite with HMR โ๏ธ React 19 with hooks ๐งช Vitest + Testing Library ๐จ ESLint + Prettier ๐ Content Security Policy ๐ Bundle analyzer ready ๐ Hot reload support ๐ฆ Chrome Web Store ready ```
Scripts Included
| Command | Description |
|---|---|
| `npm run dev` | Start development server |
| `npm run build` | Build for production |
| `npm run test` | Run test suite |
| `npm run test:ui` | Visual test runner |
| `npm run lint` | Check code quality |
| `npm run format` | Format code |
| `npm run validate` | Validate manifest |
| `npm run zip` | Create Web Store ZIP |
๐ License
MIT ยฉ Kenkaiiii
๐ Links
Built with โค๏ธ for Chrome Extension developers