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 |
电子邮箱 | [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" } |