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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } } |