angular-chrome-extensionangular chrome extension scaffold
Angular Chrome Extension Scaffold
Easily create Google Chrome Extensions (v3) using the latest
version of Angular.
The following scenarios/options are supported:
- Popup ✓
- New Tab ✓
- Options ✓
- Service Worker ✓
- Content Page ✓
Debugging
Run: npm start
Go to: Developer tools (inspect popup) => Sources => webpack
You can find your source files (TypeScript) over there.
Usage
This project is only a scaffold, use the CLI tool to generate a new project.
评论