UOM LMS GPA calculator

Calculate Final GPA

什麼是UOM LMS GPA calculator?

UOM LMS GPA calculator是由quaxortech開發的Chrome擴展程式,該擴展的主要功能是“Calculate Final GPA”。

擴展截圖

screenshot

下載UOM LMS GPA calculator擴展crx文件

下載UOM LMS GPA calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The GPA Calculator Chrome Extension is a useful tool designed for university students who want to calculate their grade point average (GPA) quickly and easily. The extension is compatible with both 4.2 and 4.0 grading systems and allows users to calculate their GPA with just a few clicks.

Once installed, the extension integrates seamlessly into your browser and can be accessed from the toolbar. Simply open your university LMS page, navigate to your results section, and click the GPA Calculator button. The extension will then automatically extract your grades and calculate your GPA, providing you with an accurate representation of your academic performance.

The GPA Calculator Chrome Extension is intuitive and user-friendly, making it accessible to all students regardless of their technical proficiency. It eliminates the need for manual calculations, which can be time-consuming and prone to errors. With this extension, you can quickly determine your GPA and monitor your progress towards achieving your academic goals.

Overall, the GPA Calculator Chrome Extension is a valuable tool for university students who want to stay on top of their academic performance. It streamlines the process of calculating GPAs and provides an accurate and reliable assessment of academic progress.                    

擴展基本資訊

名稱 UOM LMS GPA calculator UOM LMS GPA calculator
ID ebcajecgehhlbfngndbpnjdpgfhnhmki
官方網址 https://chromewebstore.google.com/detail/uom-lms-gpa-calculator/ebcajecgehhlbfngndbpnjdpgfhnhmki
簡介 Calculate Final GPA
檔案大小 4.49 KB
安裝次數 1,075
目前版本 1.0.0
更新時間 2023-02-27
上架時間 2023-02-26
評分 5.00/5 共 9 次評分
開發者 quaxortech
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UOM LMS GPA calculator",
    "version": "1.0.0",
    "description": "Calculate Final GPA",
    "manifest_version": 3,
    "author": "Pranavan Jegatheeswaran",
    "action": {
        "default_popup": "index.html",
        "default_title": "UOM LMS GPA calculator"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lms.uom.lk\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}