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 là gì?
UBC GPA calculator là một tiện ích mở rộng Chrome được phát triển bởi Sashank Shukla, và tính năng chính của nó là "Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA".
Ả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 UBC GPA calculator
Tải xuống các tệp mở rộng UBC GPA calculator 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | UBC GPA calculator |
ID | gdjfommoaljkaonldkjifkdhhkbccgcg |
URL Chính Thức | https://chromewebstore.google.com/detail/ubc-gpa-calculator/gdjfommoaljkaonldkjifkdhhkbccgcg |
Mô tả | Chrome extension for UBC students allowing you to input course grades and credits to get a 4.0 scale GPA |
Kích Thước Tệp | 43.83 KB |
Số Lần Cài Đặt | 288 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2022-03-01 |
Ngày Phát Hành | 2022-02-25 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Sashank Shukla |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |