UofT Profs
This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.
Qu'est-ce que UofT Profs ?
UofT Profs est une extension Chrome développée par https://uoftprofs.com, et sa fonction principale est "This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension UofT Profs
Téléchargez les fichiers d'extension UofT Profs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension adds hyperlinks to instructor names on Acorn, such that people can directly access uoftprofs.com from Acorn.
Informations de Base sur l'Extension
Nom | UofT Profs |
ID | olojdnpfailkhfoimaddolpmeilcdong |
URL Officiel | https://chromewebstore.google.com/detail/uoft-profs/olojdnpfailkhfoimaddolpmeilcdong |
Description | This extension links 'Analyze your Professor' to the browser. Made for UofT undergraduate students. |
Taille du Fichier | 47.24 KB |
Nombre d'Installations | 39 |
Version Actuelle | 1.3.1 |
Dernière Mise à Jour | 2018-06-29 |
Date de Publication | 2018-06-28 |
Évaluation | 4.56/5 Total 9 Évaluations |
Développeur | https://uoftprofs.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/walden-shen/uoft-profs-crx |
Langues Prises en Charge | 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\/*" ] } |