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

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 UBC GPA calculator UBC GPA calculator
ID gdjfommoaljkaonldkjifkdhhkbccgcg
官方URL 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"
    }
}