UW Course Guide+
View additional information in the UW-Madison Course Guide, like Rate My Professor data and historical grade distributions.
UW Course Guide+ क्या है?
UW Course Guide+ uwcourseguideplus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View additional information in the UW-Madison Course Guide, like Rate My Professor data and historical grade distributions."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UW Course Guide+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds a number of features to the UW-Madison course guide to make it easier for students to sign up for classes. Features include: • Grade distributions and average GPAs displayed in the course guide • Detailed graphs on the course page showing the historical grade and professor information for that class • Class locations shown on a map make it easy to see where you have to go
एक्सटेंशन की मूल जानकारी
नाम | UW Course Guide+ |
ID | jbnmggodgdjipphknbbeojepmeggkhon |
आधिकारिक URL | https://chromewebstore.google.com/detail/uw-course-guide+/jbnmggodgdjipphknbbeojepmeggkhon |
विवरण | View additional information in the UW-Madison Course Guide, like Rate My Professor data and historical grade distributions. |
फ़ाइल का आकार | 19.98 MB |
स्थापना संख्या | 30 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2017-05-17 |
प्रकाशन तिथि | 2017-05-16 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | uwcourseguideplus |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UW Course Guide+", "description": "View additional information in the UW-Madison Course Guide, like Rate My Professor data and historical grade distributions.", "version": "1.0.1", "icons": { "16": "img\/uw_course_guide_logo_16.png", "48": "img\/uw_course_guide_logo_48.png", "128": "img\/uw_course_guide_logo_128.png" }, "browser_action": { "default_icon": "img\/uw_course_guide_logo_128.png", "default_title": "Go to UW Course Guide" }, "background": { "scripts": [ "js\/lib\/sql.js", "js\/data_access.js", "js\/model.js", "js\/browser_action.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/my.wisc.edu\/portal\/f\/u360303l1s4\/p\/CourseGuide-Browse-Courses*pP_action=advancedSearch*" ], "css": [ "css\/main.css", "css\/RMP_popup.css", "css\/tipped.css" ], "js": [ "js\/lib\/jquery-3.1.1.js", "js\/lib\/jquery.initialize.min.js", "js\/course_list.js", "js\/lib\/tipped.js" ] }, { "matches": [ "*:\/\/my.wisc.edu\/portal\/f\/u360303l1s4\/p\/CourseGuide-Browse-Courses*pP_action=courseDetail*" ], "css": [ "css\/main.css", "css\/RMP_popup.css", "css\/tipped.css" ], "js": [ "js\/lib\/jquery-3.1.1.js", "js\/lib\/jquery.canvasjs.min.js", "js\/lib\/jquery-ui.min.js", "js\/course_page.js", "js\/lib\/tipped.js", "js\/lib\/Chart.bundle.min.js" ] } ], "permissions": [ "activeTab", "tabs", "https:\/\/www.ratemyprofessors.com\/*", "http:\/\/*.map.wisc.edu\/*", "https:\/\/ajax.googleapis.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "img\/*.png", "img\/Map_Crops\/*.png" ] } |