自動填教學意見反應問卷

自動填教學意見反應問卷

shan

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js",
      "jquery.min.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "jquery.min.js",
        "content.js"
      ],
      "run_at": "document_end",
      "matches": [
        "*://webap.ncue.edu.tw/Student/SG020/*"
      ]
    }
  ],
  "browser_action": {
    "default_title": "test",
    "default_popup": "popup.html"
  },
  "description": "shan",
  "name": "自動填教學意見反應問卷",
  "omnibox": {
    "keyword": "asd"
  },
  "permissions": [
    "*://webap.ncue.edu.tw/",
    "system.storage",
    "system.cpu",
    "tts"
  ],
  "version": "0.1.1",
  "manifest_version": 2
}