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. 擴展基本資訊
| 名稱 | |
| ID | ajhjggpfcgbnpfliabhdhbibdjgnakmf |
| 官方網址 | 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 |
| 電子郵箱 | [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"
} | |