
CLI tool to generate angular chrome extensions
Creating Angular Chrome extensions has never been easier thanks to the @larscom/ng-chrome-extension package. Designed specifically for manifest v3, this tool supports various scenarios, making it a versatile option for developers looking to enhance their applications with Chrome's powerful capabilities. Whether you want a popup, new tab, options page, side panel, service worker, or content page, this package covers it all, streamlining the development process.
This CLI tool is primarily tested on Linux and macOS environments, providing an efficient workflow for developers who wish to take advantage of Angular's framework while building Chrome extensions. With straightforward installation and usage instructions, even those new to the platform will find it intuitive to work with.

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.
RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.