chromium extension that enchances the canvas experience
Run yarn watch to start webpack. Open the extension under the extension folder in this project. Tdochat's where project files are outputted.
{
"<canvasPageHostname>": <Instance>
}{
"courses": {
"<courseId>": <Course>
},
"courseIds": [],
"hiddenCourseIds": [],
"hiddenAssignments": [],
"settings": {
"tabsEnabled": true,
"gradesEnabled": true,
"upcomingAssignmentsEnabled": true,
"gradeTagsEnabled": true
}
}{
"customLinks": {
"<customLinkName>": <string>
},
"displayName": <string>,
"id": <string>,
"name": <string>,
}