Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radiium/angular-chrome-extension
Angular template for creating cross browser web extensions
https://github.com/radiium/angular-chrome-extension
angula13 angular chrome-extension extension
Last synced: 2 days ago
JSON representation
Angular template for creating cross browser web extensions
- Host: GitHub
- URL: https://github.com/radiium/angular-chrome-extension
- Owner: radiium
- Created: 2020-05-17T11:38:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T18:41:56.000Z (over 1 year ago)
- Last Synced: 2024-05-28T15:08:01.451Z (6 months ago)
- Topics: angula13, angular, chrome-extension, extension
- Language: TypeScript
- Homepage:
- Size: 2.4 MB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-chrome-extension
## Description:
This project is an angular template for creating chrome extensionGenerated with [Angular CLI](https://github.com/angular/angular-cli) version 13.X.X
##### More documentation on chrome extension:
[Chrome extension](https://developer.chrome.com/extensions)## Getting Started:
#### Configure extensions:
Clone repo and install dependencies:
```bash
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.