UofT Profs
This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.
What is UofT Profs?
UofT Profs is a Chrome extension developed by https://uoftprofs.com, and its main feature is "This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.".
Extension Screenshots
Download UofT Profs Extension CRX File
Download UofT Profs 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
This extension adds hyperlinks to instructor names on Acorn, such that people can directly access uoftprofs.com from Acorn.
Extension Basic Information
Name | UofT Profs |
ID | olojdnpfailkhfoimaddolpmeilcdong |
Official URL | https://chromewebstore.google.com/detail/uoft-profs/olojdnpfailkhfoimaddolpmeilcdong |
Description | This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students. |
File Size | 47.24 KB |
Installation Count | 39 |
Current Version | 1.3.1 |
Last Updated | 2018-06-29 |
Publish Date | 2018-06-28 |
Rating | 4.56/5 Total 9 Ratings |
Developer | https://uoftprofs.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/walden-shen/uoft-profs-crx |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UofT Profs", "version": "1.3.1", "description": "This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.", "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png", "16": "img\/icon16.png" }, "browser_action": { "default_icon": "img\/icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/acorn.utoronto.ca\/*" ], "js": [ "jquery-3.3.1.min.js", "content.js" ] } ], "permissions": [ "notifications", "tabs", "https:\/\/acorn.utoronto.ca\/*" ] } |