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 |
Eメール | [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": [ " |