UofT Course Info
Adds informative tooltips to University of Toronto courses mentioned across the web
什么是UofT Course Info?
UofT Course Info是由https://uoft.dev开发的Chrome扩展程序,该扩展的主要功能是“Adds informative tooltips to University of Toronto courses mentioned across the web”。
扩展截图
下载UofT Course Info扩展crx文件
下载UofT Course Info扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | UofT Course Info |
ID | jcbiiafabmhjeiepopiiajnkjhcdieme |
官方URL | https://chromewebstore.google.com/detail/uoft-course-info/jcbiiafabmhjeiepopiiajnkjhcdieme |
简介 | Adds informative tooltips to University of Toronto courses mentioned across the web |
文件大小 | 189 KB |
安装次数 | 425 |
当前版本 | 4.6.0 |
更新时间 | 2020-07-09 |
上架时间 | 2019-06-02 |
评分 | 4.70/5 共20次评分 |
开发者 | https://uoft.dev |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://uoft.dev |
支持的语言 | 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": [ " |