STADS (KU) - Compute average
Computes your (weighted) average based on grades from STADS
STADS (KU) - Compute averageとは何ですか?
STADS (KU) - Compute averageはMikkelによって開発されたChromeの拡張機能で、その主な機能は「Computes your (weighted) average based on grades from STADS」です。
拡張機能のスクリーンショット
STADS (KU) - Compute average拡張機能のCRXファイルをダウンロード
STADS (KU) - Compute average拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When this extension is installed, your grade average (as well as weighted average) will be shown in the bottom of the list amongst your grades. The average is computed based on passed exams, evaluated using the 7-point grading scale. The weighted average is based on ECTS weight. This extension supports University of Copenhagen. If you wish to have your university supported, please contact me.
拡張機能の基本情報
名前 | STADS (KU) - Compute average |
ID | ohcjemaobjmeefiojnoggghlfdfeofbi |
公式URL | https://chromewebstore.google.com/detail/stads-ku-compute-average/ohcjemaobjmeefiojnoggghlfdfeofbi |
説明 | Computes your (weighted) average based on grades from STADS |
ファイルサイズ | 29.43 KB |
インストール数 | 85 |
現在のバージョン | 1.0 |
最終更新日 | 2016-07-28 |
公開日 | 2016-07-28 |
開発者 | Mikkel |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,da |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_title__", "description": "__MSG_description__", "version": "1.0", "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/sb.stads.ku.dk\/*" ], "js": [ "getavg.js" ], "all_frames": true } ], "permissions": [ "activeTab", "contextMenus", "https:\/\/sb.stads.ku.dk\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |