UofT Course Info
Adds informative tooltips to University of Toronto courses mentioned across the web
Qu'est-ce que UofT Course Info ?
UofT Course Info est une extension Chrome développée par https://uoft.dev, et sa fonction principale est "Adds informative tooltips to University of Toronto courses mentioned across the web".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension UofT Course Info
Téléchargez les fichiers d'extension UofT Course Info 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
Adds tooltips to University of Toronto (U of T) courses mentioned on any webpage and adds course info cards to Google Search. Tooltips and cards contain course information such as prerequisites, exclusions, breadths etc. Data provided by a U of T -student-made Nikel API (see nikel.ml) WARNING: For quick reference only, please verify information with official U of T sources before making final course decisions. The developer of this extension is not responsible for any wrong information displayed in the tooltips. This extension is not affiliated with the University of Toronto UofT Course Info on Github: https://github.com/MuradAkh/UofTCourseInfoChrome ------- Disclaimer: This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro. Murad Akhundov 2017-2019. This extension is free and open source software. Published by https://uoft.dev
Informations de Base sur l'Extension
Nom | UofT Course Info |
ID | jcbiiafabmhjeiepopiiajnkjhcdieme |
URL Officiel | https://chromewebstore.google.com/detail/uoft-course-info/jcbiiafabmhjeiepopiiajnkjhcdieme |
Description | Adds informative tooltips to University of Toronto courses mentioned across the web |
Taille du Fichier | 189 KB |
Nombre d'Installations | 425 |
Version Actuelle | 4.6.0 |
Dernière Mise à Jour | 2020-07-09 |
Date de Publication | 2019-06-02 |
Évaluation | 4.70/5 Total 20 Évaluations |
Développeur | https://uoft.dev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://uoft.dev |
Langues Prises en Charge | en |
manifest.json | |
{ "background": { "scripts": [ "src\/contentscripts\/background.js" ] }, "browser_action": { "default_icon": { "128": "images\/Acorn_128.png", "48": "images\/Acorn_48.png", "16": "images\/Acorn_16.png" }, "default_title": "UofT Course Info", "default_popup": "src\/popup\/popup.html" }, "content_scripts": [ { "css": [ "dependencies\/tippy\/light.css" ], "js": [ "dependencies\/jquery\/jquery.min.js", "dependencies\/tippy\/tippy.all.min.js", "src\/contentscripts\/util.js" ], "matches": [ " |