NCTU+ 小幫手

NCTU+ 小幫手

在課程時間表與選課系統嵌入連結課程資訊,1.5版新增匯入課程功能!!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NCTU+ 小幫手",
  "description": "在課程時間表與選課系統嵌入連結課程資訊,1.5版新增匯入課程功能!!",
  "version": "2.0",
  "manifest_version": 2,
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://timetable.nctu.edu.tw/*",
        "https://course.nctu.edu.tw/*"
      ],
      "js": [
        "jquery-1.11.1.min.js",
        "manifest.js"
      ],
      "all_frames": true
    }
  ]
}