Examine source code of 正方教务系统一键填写脚本

Inspect and view changes in 正方教务系统一键填写脚本 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "正方教务系统一键填写脚本",
  "version": "0.1",
  "description": "请在需要使用时,启用该一键填写脚本,用于学生快捷填写对教师的评价",
  "author": "lwjlwjlwjlwj",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "48": "icon.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}