UofT Course Info
Adds informative tooltips to University of Toronto courses mentioned across the web
UofT Course Info क्या है?
UofT Course Info https://uoft.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds informative tooltips to University of Toronto courses mentioned across the web"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UofT Course Info एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [ " |