UBC GPA calculator
Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA
什麼是UBC GPA calculator?
UBC GPA calculator是由Sashank Shukla開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA”。
擴展截圖
下載UBC GPA calculator擴展crx文件
下載UBC GPA calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This first version of this chrome extension allows UBC students to
input their course grades on the 100 point scale
input how many credits each course is
get back a 4.0 scale GPA based on UBC calculation steps and criteria which is more commonly used for resumes, CV's , portfolios and LinkedIn.
The tool takes away the pain of having to switch to tabs to see the conversion scale, open calculators and overall waste a lot of valuable time. Students can just input values whilst being on the grades summary page and receive a GPA. 擴展基本資訊
| 名稱 | |
| ID | gdjfommoaljkaonldkjifkdhhkbccgcg |
| 官方網址 | https://chromewebstore.google.com/detail/ubc-gpa-calculator/gdjfommoaljkaonldkjifkdhhkbccgcg |
| 簡介 | Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA |
| 檔案大小 | 43.83 KB |
| 安裝次數 | 288 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2022-03-01 |
| 上架時間 | 2022-02-25 |
| 評分 | 5.00/5 共 4 次評分 |
| 開發者 | Sashank Shukla |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "UBC GPA calculator",
"description": "Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA",
"version": "1.0.0",
"icons": {
"128": "icon_128.png"
},
"action": {
"default_icon": "icon.png",
"default_popup": "index.html"
}
} | |