lefreud / ulav-fresh

Chrome extension that improves our university's web portal user experience.

Home Page:https://chrome.google.com/webstore/detail/gmiiclkenjbpedgpnofpacmjfijiajbf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uLav FRESH

uLav FRESH is a Chrome extension that improves our Université Laval's web portal user experience.

Downloading the Chrome extension

https://chrome.google.com/webstore/detail/ulav-fresh/gmiiclkenjbpedgpnofpacmjfijiajbf

Building and running the extension from source

Clone this repository.

git clone https://github.com/lefreud/ulav-fresh

Build the Javascript source code with webpack.

npm run build

This will create a dist folder containing the built extension.

You must then go to chrome://extensions, toggle Developer mode on and click on Load unpacked. Then, select the dist folder.

Credentials are not encrypted

IDUL & passwords are stored unencrypted in Chrome's local storage, which is unsafe. Read more on the implications of this in #8.

About

Chrome extension that improves our university's web portal user experience.

https://chrome.google.com/webstore/detail/gmiiclkenjbpedgpnofpacmjfijiajbf


Languages

Language:SCSS 79.5%Language:JavaScript 17.6%Language:HTML 2.9%