Inspect and view changes in Course Organizer 1 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": 2,
"name": "Course Organizer",
"version": "1.0",
"description": "Keep the hassles that come with UI of class schedule at bay and make your course selection process smooth and seamless",
"icons": {
"48": "icons/border-48.png"
},
"content_scripts": [
{
"matches": [
"*://*.my.depauw.edu/e/reg/soc-view/results.asp*"
],
"js": [
"organizer.js",
"header.js",
"table.js",
"footer.js"
],
"css": [
"index.css"
]
}
]
}