Registrar Reviews

Registrar Reviews

Lets you view a professor's reviews on bruinwalk without having to search bruinwalk in another window.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Registrar Reviews",
  "version": "2.4.4",
  "manifest_version": 2,
  "description": "Lets you view a professor's reviews on bruinwalk without having to search bruinwalk in another window.",
  "content_scripts": [
    {
      "matches": [
        "http://*.registrar.ucla.edu/schedule/*",
        "http://*.registrar.ucla.edu/schedule/geresult*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}