Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elgervb/chrome-readinglist2
https://github.com/elgervb/chrome-readinglist2
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/elgervb/chrome-readinglist2
- Owner: elgervb
- License: mit
- Created: 2018-03-13T15:50:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T04:07:17.000Z (over 1 year ago)
- Last Synced: 2024-08-01T16:56:22.666Z (3 months ago)
- Language: TypeScript
- Size: 2.55 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ChromeReadinglist2
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.0.
Chrome Manifest Version 3 API: https://developer.chrome.com/docs/extensions/reference/
## Deploy
run
```
yarn build
```
make sure you've bumped the version in `package.json` and `manifest.json`then zip the contents of the `dist` directory
```
cd dist
rm *.zip
zip -r -X chrome-readinglist2.zip ./chrome-readinglist2/
cd ..
ls -lhk dist/*.zip
```goto Chrome extensions dashboard: https://chrome.google.com/webstore/devconsole
Upload the zip as a new package