Planner Helper
Hooks the class planner up to CAPE and Grade Distributions
Planner Helper क्या है?
Planner Helper J Delaney द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hooks the class planner up to CAPE and Grade Distributions"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Planner Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tired of needing to have tons of tabs open when planning classes? Now you don't need to. This extensions hooks up to the class planner allowing you to see all you need to know about a professor. It includes their grade distributions, and CAPE reviews.
एक्सटेंशन की मूल जानकारी
नाम | Planner Helper |
ID | omoljdnncdeeglgmagijlamhjlagobep |
आधिकारिक URL | https://chromewebstore.google.com/detail/planner-helper/omoljdnncdeeglgmagijlamhjlagobep |
विवरण | Hooks the class planner up to CAPE and Grade Distributions |
फ़ाइल का आकार | 82.03 KB |
स्थापना संख्या | 1,456 |
वर्तमान संस्करण | 2.4.2 |
अंतिम अपडेट | 2017-02-28 |
प्रकाशन तिथि | 2017-02-28 |
रेटिंग | 4.94/5 कुल 51 रेटिंग्स |
डेवलपर | J Delaney |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://twitter.com/CtrlShiftJ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Planner Helper", "version": "2.4.2", "manifest_version": 2, "homepage_url": "https:\/\/act.ucsd.edu\/webreg2\/start", "description": "Hooks the class planner up to CAPE and Grade Distributions", "icons": { "16": "icons\/icon16x16.png", "32": "icons\/icon32x32.png", "48": "icons\/icon48x48.png", "128": "icons\/icon128x128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "http:\/\/asucsd.ucsd.edu\/*", "https:\/\/act.ucsd.edu\/webreg2\/*", "http:\/\/*.ucsd.edu\/*", "http:\/\/search.mtvnservices.com\/*", "http:\/\/*.mtvnservices.com\/*", "http:\/\/search.mtvnservices.com\/typeahead\/suggest\/*", "http:\/\/www.ratemyprofessors.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/act.ucsd.edu\/webreg2\/*" ], "js": [ "js\/jquery.min.js", "js\/underscore.min.js", "src\/inject\/error_handler.js", "src\/inject\/data_section.js", "src\/inject\/gradeDist.js", "src\/inject\/cape.js", "src\/inject\/planner_helper.js", "src\/inject\/inject.js" ], "css": [ "src\/inject\/inject.css" ] } ] } |