SchedEnhance
An Extension to enhance the Mcgill Schedule page on minerva
What is SchedEnhance?
SchedEnhance is a Chrome extension developed by EasySec, and its main feature is "An Extension to enhance the Mcgill Schedule page on minerva".
Extension Screenshots
Download SchedEnhance Extension CRX File
Download SchedEnhance extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | SchedEnhance |
ID | gnnngimohcjajfdgncadmgbgpepfdpak |
Official URL | https://chromewebstore.google.com/detail/schedenhance/gnnngimohcjajfdgncadmgbgpepfdpak |
Description | An Extension to enhance the Mcgill Schedule page on minerva |
File Size | 40.64 KB |
Installation Count | 34 |
Current Version | 1.4 |
Last Updated | 2014-02-11 |
Publish Date | 2014-02-11 |
Rating | 5.00/5 Total 2 Ratings |
Developer | EasySec |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SchedEnhance", "description": "An Extension to enhance the Mcgill Schedule page on minerva", "icons": { "128": "images\/sch128.png", "48": "images\/sch128.png" }, "version": "1.4", "manifest_version": 2, "content_scripts": [ { "all_frames": true, "js": [ "jquery-1.10.2.min.js", "scripts\/schedEnhance.js" ], "matches": [ "http:\/\/*\/*P_CrseSchd*", "https:\/\/*\/*P_CrseSchd*" ], "run_at": "document_end" } ], "minimum_chrome_version": "26.0.0.0", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "*" ] } |