CU Course Evaluator Firefox

Examine source code of CU Course Evaluator

제작자: joshytheprogrammer Add-on
Inspect and view changes in CU Course Evaluator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CU Course Evaluator",
  "version": "1.2.0",
  "description": "Automatically fill out course evaluation forms on Moodle",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": {
      "48": "./assets/icon.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://moodle.cu.edu.ng/mod/feedback/*"
      ],
      "js": [
        "./content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c29ecc41-3bda-4f57-b2bf-5b1b5ec883e3}"
    }
  }
}

최고의 CU Course Evaluator 대안

다음은 CU Course Evaluator과(와) 유사한 Firefox add-on입니다: