UoL Coursera Grades
Shows staff-graded project grades on the calendar page
What is UoL Coursera Grades?
UoL Coursera Grades is a Chrome extension developed by spencereick, and its main feature is "Shows staff-graded project grades on the calendar page".
Extension Screenshots
Download UoL Coursera Grades Extension CRX File
Download UoL Coursera Grades extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Use this only if you are doing University of London's online BSc Computer Science via Coursera. The extension is useful for seeing unofficial grades for midterm and final projects. You must use the "New Experience" UI for this to work properly. When on the home calendar page, you will see a button that will display any grades that have yet to be officially released. Credit to freepik.com for the icon.
Extension Basic Information
Name | UoL Coursera Grades |
ID | dhpmaakdfkbiagigolpmjdiancfhhick |
Official URL | https://chromewebstore.google.com/detail/uol-coursera-grades/dhpmaakdfkbiagigolpmjdiancfhhick |
Description | Shows staff-graded project grades on the calendar page |
File Size | 8.34 KB |
Installation Count | 2,000 |
Current Version | 1.0.0 |
Last Updated | 2021-08-23 |
Publish Date | 2021-08-01 |
Rating | 4.84/5 Total 25 Ratings |
Developer | spencereick |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UoL Coursera Grades", "version": "1.0.0", "manifest_version": 2, "description": "Shows staff-graded project grades on the calendar page", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "https:\/\/www.coursera.org\/degrees\/bachelor-of-science-computer-science-london\/home", "webRequest" ] } |