Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.13 KB

File metadata and controls

22 lines (15 loc) · 1.13 KB

Homework Checker (Schoology)

Keep track of your complete/incomplete Schoology assignments with this chrome extension. It's motivating and helps you organize. Learn more at joelgrayson.com/software/homework-checker

Add on the chrome web store: https://chrome.google.com/webstore/detail/homework-checker-schoolog/aflepcmbhmafadnddmdippaajhjnmohj

For Developers

  • Developing
    • Edit alter page/src.
    • Load unpacked in chrome://extensions for the Homework Checker/ directory.
  • Run ./build.sh when ready to deploy.
  • Then, compress the folder and upload the .zip file to the Chrome Web Store Developer Dashboard. If the website says the .zip is invalid, compress the folder on an older mac because the newest mac has a different compression algorithm.

Alter Page

Run gulp dev for a readable development mode or gulp prod for a production mode