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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |