STADS (KU) - Compute average
Computes your (weighted) average based on grades from STADS
STADS (KU) - Compute average là gì?
STADS (KU) - Compute average là một tiện ích mở rộng Chrome được phát triển bởi Mikkel, và tính năng chính của nó là "Computes your (weighted) average based on grades from STADS".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng STADS (KU) - Compute average
Tải xuống các tệp mở rộng STADS (KU) - Compute average dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | STADS (KU) - Compute average |
ID | ohcjemaobjmeefiojnoggghlfdfeofbi |
URL Chính Thức | https://chromewebstore.google.com/detail/stads-ku-compute-average/ohcjemaobjmeefiojnoggghlfdfeofbi |
Mô tả | Computes your (weighted) average based on grades from STADS |
Kích Thước Tệp | 29.43 KB |
Số Lần Cài Đặt | 85 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-07-28 |
Ngày Phát Hành | 2016-07-28 |
Nhà Phát Triển | Mikkel |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |