LalCalc
Weighted GPA calculator for Follett Aspen.
What is LalCalc?
LalCalc is a Chrome extension developed by tarun.eswar15, and its main feature is "Weighted GPA calculator for Follett Aspen.".
Extension Screenshots
Download LalCalc Extension CRX File
Download LalCalc extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
GPA extension to calculate term grades for Follett Aspen using the 5.0 scale.
Extension Basic Information
Name | LalCalc |
ID | ajhjggpfcgbnpfliabhdhbibdjgnakmf |
Official URL | https://chromewebstore.google.com/detail/lalcalc/ajhjggpfcgbnpfliabhdhbibdjgnakmf |
Description | Weighted GPA calculator for Follett Aspen. |
File Size | 40.14 KB |
Installation Count | 55 |
Current Version | 1.5.0 |
Last Updated | 2022-02-11 |
Publish Date | 2021-09-29 |
Rating | 5.00/5 Total 8 Ratings |
Developer | tarun.eswar15 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |