Study plan IUH

Study plan IUH

Tiện ích thống kê tình hình học tập, tính điểm trung bình tích lũy IUH.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Study plan IUH",
  "version": "2.0.0.5",
  "description": "Tiện ích thống kê tình hình học tập, tính điểm trung bình tích lũy IUH.",
  "manifest_version": 2,
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://sv.iuh.edu.vn/ket-qua-hoc-tap.html"
      ],
      "js": [
        "jquery-3.5.1.min.js",
        "content.min.js",
        "Chart.js"
      ],
      "run_at": "document_end",
      "css": [
        "assets/content.css"
      ]
    }
  ],
  "permissions": [
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "IUH Study Plan. Created by B3biesec.",
    "default_popup": "popup.html"
  }
}