School Loop HoraceScope

School Loop HoraceScope

Allows you to add, edit, and delete grades. Also includes a convenient Finals Calculator. School Loop HoraceScope (excuse the pun)…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "School Loop HoraceScope",
  "version": "0.2.7.1",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "*://*.schoolloop.com/progress_report/*"
      ],
      "js": [
        "jquery-2.1.4.min.js",
        "contentscript.js"
      ],
      "css": [
        "schoolloop.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "new_assignment.html",
    "options.html",
    "finals_assignment.html"
  ]
}