NJIT Schedule Builder RMP
An open source extension which quickly displays ratemyprofessor.com information directly on the NJIT schedule builder website.
NJIT Schedule Builder RMP क्या है?
NJIT Schedule Builder RMP vineethedev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An open source extension which quickly displays ratemyprofessor.com information directly on the NJIT schedule builder website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NJIT Schedule Builder RMP एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows students to quickly view ratemyprofessor.com information on the NJIT Schedule Builder (https://uisapppr3.njit.edu/scbldr/). You can view the source code at https://github.com/Vineetsridhar/RMPExtension
एक्सटेंशन की मूल जानकारी
नाम | NJIT Schedule Builder RMP |
ID | gbhlckmcjkpdhgkpbmkabcedbhjjpmbo |
आधिकारिक URL | https://chromewebstore.google.com/detail/njit-schedule-builder-rmp/gbhlckmcjkpdhgkpbmkabcedbhjjpmbo |
विवरण | An open source extension which quickly displays ratemyprofessor.com information directly on the NJIT schedule builder website. |
फ़ाइल का आकार | 32.51 KB |
स्थापना संख्या | 1,263 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2022-12-23 |
प्रकाशन तिथि | 2020-09-01 |
रेटिंग | 5.00/5 कुल 9 रेटिंग्स |
डेवलपर | vineethedev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://uisapppr3.njit.edu/scbldr/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NJIT Schedule Builder RMP", "version": "1.5", "description": "An open source extension which quickly displays ratemyprofessor.com information directly on the NJIT schedule builder website.", "icons": { "16": "Icons\/icon16.png", "32": "Icons\/icon32.png", "48": "Icons\/icon48.png", "64": "Icons\/icon64.png", "100": "Icons\/icon100.png", "128": "Icons\/icon128.png", "200": "Icons\/icon200.png" }, "manifest_version": 2, "permissions": [ "https:\/\/uisapppr3.njit.edu\/scbldr\/+" ], "browser_action": { "default_icon": "Icons\/icon32.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "css": [ "styles.css" ], "matches": [ "https:\/\/uisapppr3.njit.edu\/scbldr\/" ], "run_at": "document_end" } ] } |