Vandy Class Finder
Chrome extension that adds in a class's concentration to Vanderbilt's class search tool, YES.
Vandy Class Finder क्या है?
Vandy Class Finder claire-mcg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension that adds in a class's concentration to Vanderbilt's class search tool, YES."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Vandy Class Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Vandy ClassFinder aims to help Vanderbilt students easily find what requirements their classes fulfill from within the School of Engineering. Based off of the user's major, the extension will show which requirements for that major are fulfilled by each class in the user's cart in YES, Vanderbilt's class search engine.
एक्सटेंशन की मूल जानकारी
नाम | Vandy Class Finder |
ID | olgfidfdhjldlnkklebpmfgcgpomfinc |
आधिकारिक URL | https://chromewebstore.google.com/detail/vandy-class-finder/olgfidfdhjldlnkklebpmfgcgpomfinc |
विवरण | Chrome extension that adds in a class's concentration to Vanderbilt's class search tool, YES. |
फ़ाइल का आकार | 456 KB |
स्थापना संख्या | 144 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-08-01 |
प्रकाशन तिथि | 2020-07-31 |
डेवलपर | claire-mcg |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vandy Class Finder", "version": "1.0", "icons": { "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "description": "Chrome extension that adds in a class's concentration to Vanderbilt's class search tool, YES.", "manifest_version": 2, "options_page": "options.html", "permissions": [ "storage", "tabs", "https:\/\/acad.app.vanderbilt.edu\/more\/SearchClasses*", "http:\/\/acad.app.vanderbilt.edu\/more\/SearchClasses*" ], "content_scripts": [ { "matches": [ "https:\/\/acad.app.vanderbilt.edu\/more\/SearchClasses*" ], "js": [ "jquery-3.3.1.min.js", "content.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icons\/vanderbilt.png", "default_title": "Vandy ClassFinder", "default_popup": "popup.html" } } |