Stellaid is a no nonsense Chrome extension that uses the reviews of other students to give a more accurate rating to the course, to save you time and money.
If you have been browsing Coursera maybe you have thought WOW! All courses have between 4.5 and 4.9 stars
, and they really do, but not all courses are that great, that's where Stellaid comes in, with a single click you will know if the course is worth your time and effort, just check the new rating in parentheses with the to the right of the Coursera original score.
You can use it anywhere where you see ⭐ star ratings ⭐ in Coursera,
- Checkout the copied repository to your local machine eg. with
git clone https://github.com/my-username/my-awesome-extension/
- run
npm install
to install all required dependencies - run
npm run build
The build step will create the distribution
folder, this folder will contain the generated extension.
Using web-ext is recommened for automatic reloading and running in a dedicated browser instance. Alternatively you can load the extension manually (see below).
- run
npm run watch
to watch for file changes and build continuously - run
npm install --global web-ext
(only only for the first time) - in another terminal, run
web-ext run
for Firefox orweb-ext run -t chromium
- Check that the extension is loaded by opening the extension options (in Firefox or in Chrome).
You can also load the extension manually in Chrome or Firefox.