UofT Profs
This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.
Was ist UofT Profs?
UofT Profs ist eine Chrome-Erweiterung, die von https://uoftprofs.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.".
Erweiterungsscreenshots
UofT Profs-Erweiterungs-CRX-Datei herunterladen
Laden Sie UofT Profs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension adds hyperlinks to instructor names on Acorn, such that people can directly access uoftprofs.com from Acorn.
Grundlegende Informationen zur Erweiterung
Name | UofT Profs |
ID | olojdnpfailkhfoimaddolpmeilcdong |
Offizielle URL | https://chromewebstore.google.com/detail/uoft-profs/olojdnpfailkhfoimaddolpmeilcdong |
Beschreibung | This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students. |
Dateigröße | 47.24 KB |
Installationsanzahl | 39 |
Aktuelle Version | 1.3.1 |
Letztes Update | 2018-06-29 |
Veröffentlichungsdatum | 2018-06-28 |
Bewertung | 4.56/5 Insgesamt 9 Bewertungen |
Entwickler | https://uoftprofs.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/walden-shen/uoft-profs-crx |
Unterstützte Sprachen | 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\/*" ] } |