Tính điểm VNUA,PTIT,HCMIU,HANU,FTU...

Tính điểm VNUA,PTIT,HCMIU,HANU,FTU...

Công cụ hỗ trợ sinh viên tính điểm, lên lịch cho kế hoạch học tập

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tính điểm VNUA,PTIT,HCMIU,HANU,FTU...",
  "description": "Công cụ hỗ trợ sinh viên tính điểm, lên lịch cho kế hoạch học tập",
  "version": "1.2.2",
  "manifest_version": 3,
  "icons": {
    "16": "C.png",
    "48": "C.png",
    "128": "C.png"
  },
  "background": {
    "type": "module",
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Tính điểm sinh viên",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "*://*.edu.vn/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}