STADS (KU) - Compute average
Computes your (weighted) average based on grades from STADS
Co to jest STADS (KU) - Compute average?
STADS (KU) - Compute average to rozszerzenie Chrome opracowane przez Mikkel, a jego główną funkcją jest „Computes your (weighted) average based on grades from STADS”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia STADS (KU) - Compute average
Pobierz pliki rozszerzeń STADS (KU) - Compute average w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | STADS (KU) - Compute average |
ID | ohcjemaobjmeefiojnoggghlfdfeofbi |
Oficjalny URL | https://chromewebstore.google.com/detail/stads-ku-compute-average/ohcjemaobjmeefiojnoggghlfdfeofbi |
Opis | Computes your (weighted) average based on grades from STADS |
Rozmiar pliku | 29.43 KB |
Liczba instalacji | 85 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-07-28 |
Data Publikacji | 2016-07-28 |
Deweloper | Mikkel |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |