UoL Coursera Grades
Shows staff-graded project grades on the calendar page
UoL Coursera Gradesとは何ですか?
UoL Coursera Gradesはspencereickによって開発されたChromeの拡張機能で、その主な機能は「Shows staff-graded project grades on the calendar page」です。
拡張機能のスクリーンショット
UoL Coursera Grades拡張機能のCRXファイルをダウンロード
UoL Coursera Grades拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | UoL Coursera Grades |
ID | dhpmaakdfkbiagigolpmjdiancfhhick |
公式URL | https://chromewebstore.google.com/detail/uol-coursera-grades/dhpmaakdfkbiagigolpmjdiancfhhick |
説明 | Shows staff-graded project grades on the calendar page |
ファイルサイズ | 8.34 KB |
インストール数 | 2,000 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-08-23 |
公開日 | 2021-08-01 |
評価 | 4.84/5 合計 25 レビュー |
開発者 | spencereick |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } |