Howdy Portal Plus is a Chrome extension that enhances the Texas A&M Howdy Portal experience.
This is just a test and does not have all the features shown in the mockup image above.
If you want to add your own features, it's really easy. The main code is in content.js. You can ask chatGPT to add any features you want to that file such as changing the layout of the buttons or colors. You can inspect element howdy.tamu.edu to see what the elements are named and how it's organized to efficiently add more features.
You can then download the repository here:
https://github.com/SriramGaddam5/HowdyPortalPlus/archive/refs/heads/main.zip
Unzip the folder and enable developer mode in chrome://extensions at the top right corner.
Click load unpacked on the top left to where you saved the repository.
Each time you make a change to content.js you need to manually refresh howdy.tamu.edu page and press the refresh button in chrome://extensions for Howdy Portal Plus.
You can see the code here: https://github.com/SriramGaddam5/HowdyPortalPlus