AI 产品解读GPA Calculator for NTU Students
Solves the problem of manually calculating weighted GPA (Overall, Last 60 credits, or custom selection) and converting between 4.3 and 4.0 grading scales when applying for exchange programs, recommendations, or studying abroad.
1. User logs into the NTU student registration system (reg.aca.ntu.edu.tw). 2. User navigates to the Grade Check page. 3. The extension's content script (getGrade.js) automatically injects into the page, parses the course grades from the HTML tables, and calculates the GPA values. 4. The extension adds checkboxes to allow users to select specific courses for custom GPA calculation. 5. The extension popup (popup.html) displays the calculated Overall, Last 60, and Selected GPA values, which are updated in real-time via chrome.storage and background.js.
Calculates Overall GPA (all completed courses)Calculates Last 60 Credits GPAAllows custom course selection for GPA calculationSupports both 4.3 and 4.0 GPA grading scalesIntegrates directly into the NTU Grade Check webpage
- 目标用户
- National Taiwan University (NTU) students / NTU students applying for exchange programs or graduate school
- The extension only works on a specific NTU internal webpage, so its functionality is tightly coupled with the university's website structure. If NTU changes their HTML class names or table structures, the extension may break.
付费分析未识别到付费功能
The extension is completely free. There are no references to subscriptions, payments, premium features, or billing in the source code. The 'pro' keyword matches in the static analysis are false positives from JavaScript methods like 'Array.prototype.slice' and 'Promise'. The extension simply calculates GPA based on local page content.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension is a content script that runs exclusively on the NTU Grade Check page (https://reg.aca.ntu.edu.tw/GradeCheck/StudentGCForm). This page is part of the NTU student registration system, which requires a student to log in with their university credentials to view their grades. The extension itself has no login UI, but the core workflow (calculating GPA) is impossible without being logged into the destination service.
想詢問從4.3轉換成4.0的計算方式是什麼? 是參考美國的標準嗎?
無支援碩士班的成績
Great