西电教学评估速选器

西电教学评估速选器

用西电教学评估速选器,妈妈再也不用担心我的教学评估啦!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "西电教学评估速选器",
  "version": "1.0.1",
  "description": "用西电教学评估速选器,妈妈再也不用担心我的教学评估啦!",
  "icons": {
    "85": "/img/icon.png"
  },
  "permissions": [
    "tabs",
    "http://jwxt.xidian.edu.cn/*",
    "http://202.117.121.46:9001/*"
  ],
  "browser_action": {
    "default_icon": {
      "85": "/img/icon.png"
    },
    "default_title": "妈妈再也不用担心我的教学评估啦!",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://jwxt.xidian.edu.cn/*",
        "http://202.117.121.46:9001/*"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ]
}