Skip to content

Angular template for creating cross browser web extensions

Notifications You must be signed in to change notification settings

radiium/angular-chrome-extension

Repository files navigation

angular-chrome-extension

Description:

This project is an angular template for creating chrome extension

Generated with Angular CLI version 13.X.X

More documentation on chrome extension:

Chrome extension

Getting Started:

Configure extensions:

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....

Run extension:

All commands create artifact in /dist folder.

  • dev: npm start or npm run watch
  • prod: npm run build
    Go to page chrome://extensions/ for install extension manually.