LalCalc
Weighted GPA calculator for Follett Aspen.
LalCalcとは何ですか?
LalCalcはtarun.eswar15によって開発されたChromeの拡張機能で、その主な機能は「Weighted GPA calculator for Follett Aspen.」です。
拡張機能のスクリーンショット
LalCalc拡張機能のCRXファイルをダウンロード
LalCalc拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
GPA extension to calculate term grades for Follett Aspen using the 5.0 scale.
拡張機能の基本情報
名前 | LalCalc |
ID | ajhjggpfcgbnpfliabhdhbibdjgnakmf |
公式URL | https://chromewebstore.google.com/detail/lalcalc/ajhjggpfcgbnpfliabhdhbibdjgnakmf |
説明 | Weighted GPA calculator for Follett Aspen. |
ファイルサイズ | 40.14 KB |
インストール数 | 55 |
現在のバージョン | 1.5.0 |
最終更新日 | 2022-02-11 |
公開日 | 2021-09-29 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | tarun.eswar15 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "author": "Tarun Eswar", "content_scripts": [ { "css": [ "tooltip.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/ma-chelmsford.myfollett.com\/aspen\/portalClassList.do*" ] } ], "description": "Weighted GPA calculator for Follett Aspen.", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "LalCalc", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5.0" } |