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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |