CUHK(SZ) & CUHK Class Schedule Exporter

CUHK(SZ) & CUHK Class Schedule Exporter

Export your CUHK(SZ) & CUHK class schedule to your calendar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CUHK(SZ) & CUHK Class Schedule Exporter",
  "version": "1.4.1",
  "description": "Export your CUHK(SZ) & CUHK class schedule to your calendar",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "http://qianjian.space/*",
    "https://qianjian.space/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://116.31.95.3/*",
        "http://116.31.95.2/*",
        "http://58.250.174.66/*",
        "http://course.computercomity.com/*"
      ],
      "all_frames": true,
      "js": [
        "jquery-3.2.1.min.js",
        "cuhksz.js",
        "common.js"
      ]
    },
    {
      "matches": [
        "https://cusis.cuhk.edu.hk/*"
      ],
      "all_frames": true,
      "js": [
        "jquery-3.2.1.min.js",
        "cuhk.js",
        "common.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "jquery-3.2.1.min.js",
      "bg.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_icon": "icon.png",
    "default_title": "Download Schedule"
  }
}