Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minio931/udemy-timer
Extension to Google Chrome which calculate how much time is left to end of the course
https://github.com/minio931/udemy-timer
extension-chrome google-chrome-extension reacjs react udemy udemy-timer
Last synced: 15 days ago
JSON representation
Extension to Google Chrome which calculate how much time is left to end of the course
- Host: GitHub
- URL: https://github.com/minio931/udemy-timer
- Owner: Minio931
- Created: 2023-03-08T13:38:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-07T16:30:39.000Z (over 1 year ago)
- Last Synced: 2024-10-04T21:10:57.939Z (about 1 month ago)
- Topics: extension-chrome, google-chrome-extension, reacjs, react, udemy, udemy-timer
- Language: JavaScript
- Homepage:
- Size: 373 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Udemy Timer Extension
Simple Chrome Extension for calculating proggress of the current playing course and time that has left until the end of the course.
## How to use
- Go into My learnings tab
- Click course which you want check proggress
- Run the extension and you will see name of the course and calculated time and proggress## Deployment
To deploy this project run
```bash
npm install
npm run build
```
Than you can upload the extension into browser and use on the udemy page## Screenshots
![App Screenshot](https://github.com/Minio931/Udemy-Timer/blob/main/UdemyTimer-1.png)
![App Screenshot](https://github.com/Minio931/Udemy-Timer/blob/main/UdemyTimer-2.png)