我要抢报告

我要抢报告

北化研究生学术报告插件

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "我要抢报告",
  "version": "2.0.1",
  "description": "北化研究生学术报告插件",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_title": "我要抢报告",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://graduate.buct.edu.cn/"
      ],
      "js": [
        "js/getId.js"
      ]
    },
    {
      "matches": [
        "http://graduate.buct.edu.cn:8080/pyxx/default.aspx"
      ],
      "js": [
        "js/getNumber.js"
      ]
    },
    {
      "matches": [
        "http://graduate.buct.edu.cn:8080/pyxx/txhdgl/hdlist.aspx?xh*"
      ],
      "js": [
        "js/start.js"
      ]
    },
    {
      "matches": [
        "http://graduate.buct.edu.cn:8080/pyxx/txhdgl/hdxxdetail.aspx"
      ],
      "js": [
        "js/success.js"
      ]
    }
  ],
  "update_url": "http://clients2.google.com/service/update2/crx"
}