Skip to content

edenizk/udemyRemainingTimerExtention

Repository files navigation

Chrome Web Store Stars

Udemy Remaining Timer Extension For Chrome

Welcome to the Udemy Remaining Time Calculator! 🕒

This extension for Chrome displays the remaining time left for your course to finish.

Setup

By chrome extension store

Now you can find the extension in google extension store 🙂
Udemy Remaining Time Calculator
(Also I would be glad for any ratings or comments 🙂)

By GitHub

  1. Download this repo
    image

  2. Open the Extension Management page by navigating to chrome://extensions. The Extension Management page can also be opened by clicking on the Chrome menu, hovering over More Tools then selecting Extensions.

  3. Enable Developer Mode by clicking the toggle switch next to Developer mode.

  4. Click the LOAD UNPACKED button and select the dist folder inside the extension directory.

This is an image

More info at https://developer.chrome.com/docs/extensions/mv2/getstarted/#manifest

Welcome to Contribution 🎉

Getting Started

To contribute to this project, follow these simple steps:

  1. Install packages using yarn or yarn install

  2. Start the project by running yarn dev in your terminal.

  3. Additionally, on a split terminal, run npx tailwindcss -i ./src/input.css -o ./dist/style.css --watch. (One-command setup might come later!)

And that's it! You're all set to contribute. Feel free to create an issue and assign yourself to avoid conflicts with others. 😊