FPT GPA

FPT GPA

Calculate Total GPA and semester GPA

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FPT GPA",
  "version": "1.4.2",
  "manifest_version": 2,
  "description": "Calculate Total GPA and semester GPA",
  "homepage_url": "https://www.facebook.com/khanhvu2212",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "page_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "FU GPA"
  },
  "permissions": [
    "http://fap.fpt.edu.vn/Grade/StudentTranscript.aspx",
    "https://fap.fpt.edu.vn/Grade/StudentTranscript.aspx",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://fap.fpt.edu.vn/Grade/StudentTranscript.aspx",
        "http://fap.fpt.edu.vn/Grade/StudentTranscript.aspx"
      ],
      "css": [
        "css/gpa.css"
      ],
      "js": [
        "js/define.js",
        "js/util.js",
        "js/logic.js"
      ],
      "run_at": "document_end"
    }
  ]
}