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”。

扩展截图

screenshot

下载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 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
电子邮箱 [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"
    }
}