This project is an angular template for creating chrome extension
Generated with Angular CLI version 13.X.X
Clone repo and install dependencies:
git clone --depth 1 https://github.com/radiium/angular-chrome-extension
cd angular-chrome-extension
npm install
Find and replace angular-chrome-extension
string by your app name.
May be adjust rules in src/manifest.json like permissions, content_security_policy, etc....
All commands create artifact in /dist folder.
- dev:
npm start
ornpm run watch
- prod:
npm run build
Go to pagechrome://extensions/
for install extension manually.