精弘校园助手

精弘校园助手

浙江工业大学精弘校园助手,快速查成绩,查课表,还有更多隐藏功能

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "精弘校园助手",
  "version": "0.1.1",
  "manifest_version": 2,
  "content_scripts": [
    {
      "exclude_globs": [],
      "include_globs": [
        "http://www.ycjw.zjut.edu.cn/*",
        "http://172.16.7.221/*",
        "http://172.16.7.194/*",
        "http://172.16.7.86/*",
        "http://172.16.7.84/*",
        "http://172.16.7.83/*"
      ],
      "js": [
        "./js/jquery.min.js",
        "./js/script.min.js"
      ],
      "matches": [
        "http://www.ycjw.zjut.edu.cn/*",
        "http://172.16.7.85/*",
        "http://172.16.7.86/*",
        "http://172.16.7.84/*",
        "http://172.16.7.83/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "converted_from_user_script": true,
  "description": "浙江工业大学精弘校园助手,快速查成绩,查课表,还有更多隐藏功能",
  "icons": {
    "16": "imgs/icon-16.png",
    "32": "imgs/icon-32.png",
    "48": "imgs/icon-48.png",
    "128": "imgs/icon-128.png"
  },
  "permissions": [
    "notifications",
    "storage",
    "http://*.zjut.com/*"
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "imgs/icon-48.png",
    "default_title": "浙江工业大学精弘校园助手",
    "default_popup": "popup.html"
  }
}