GPA FPT University Calculator

GPA FPT University Calculator

culate Total GPA and semester GPA An Extension for Students of FPT Caculate GPA and evalue rank each Semester

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "images/icon48.png"
  },
  "content_scripts": [
    {
      "js": [
        "jquery-3.3.1.min.js",
        "content.js"
      ],
      "matches": [
        "https://fap.fpt.edu.vn/Grade/StudentTranscript.aspx"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "culate Total GPA and semester GPA An Extension for Students of FPT Caculate GPA and evalue rank each Semester",
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "GPA FPT University Calculator",
  "permissions": [
    "activeTab"
  ],
  "version": "1"
}