chromexgen
v1.0.0
Published
Chrome extension boilerplate generator
Downloads
16
Readme
ChromeXGen
Generate Chrome extension boilerplate projects with ease!
How to Use
- Install:
npm install -g chromexgen
- Run:
chromexgen
- Follow the prompts to create your Chrome extension project.
Features
- Generate
manifest.json
dynamically. - Choose between different extension types like Popup or Background.
- Automatic permissions handling.