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 |
官方網址 | 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 |
電子郵箱 | [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" } } |