UofT Course Info
Adds informative tooltips to University of Toronto courses mentioned across the web
UofT Course Info là gì?
UofT Course Info là một tiện ích mở rộng Chrome được phát triển bởi https://uoft.dev, và tính năng chính của nó là "Adds informative tooltips to University of Toronto courses mentioned across the web".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng UofT Course Info
Tải xuống các tệp mở rộng UofT Course Info dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | UofT Course Info |
ID | jcbiiafabmhjeiepopiiajnkjhcdieme |
URL Chính Thức | https://chromewebstore.google.com/detail/uoft-course-info/jcbiiafabmhjeiepopiiajnkjhcdieme |
Mô tả | Adds informative tooltips to University of Toronto courses mentioned across the web |
Kích Thước Tệp | 189 KB |
Số Lần Cài Đặt | 425 |
Phiên Bản Hiện Tại | 4.6.0 |
Cập Nhật Lần Cuối | 2020-07-09 |
Ngày Phát Hành | 2019-06-02 |
Đánh Giá | 4.70/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | https://uoft.dev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://uoft.dev |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |