D2L Enhancement Suite

D2L Enhancement Suite

A few simple enhancements for the Desire2Learn system. * Allows hiding of grades on the Grade entry pages. This is especially…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "D2L Enhancement Suite",
  "short_name": "D2LEH",
  "version": "2.1.0",
  "manifest_version": 2,
  "content_scripts": [
    {
      "js": [
        "d2lenh.js"
      ],
      "matches": [
        "https://*.desire2learn.com/*"
      ]
    },
    {
      "css": [
        "d2l.css"
      ],
      "matches": [
        "https://*.desire2learn.com/*"
      ]
    }
  ]
}