NJIT Schedule Builder RMP
An open source extension which quickly displays ratemyprofessor.com information directly on the NJIT schedule builder website.
Qu'est-ce que NJIT Schedule Builder RMP ?
NJIT Schedule Builder RMP est une extension Chrome développée par vineethedev, et sa fonction principale est "An open source extension which quickly displays ratemyprofessor.com information directly on the NJIT schedule builder website.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NJIT Schedule Builder RMP
Téléchargez les fichiers d'extension NJIT Schedule Builder RMP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | NJIT Schedule Builder RMP |
ID | gbhlckmcjkpdhgkpbmkabcedbhjjpmbo |
URL Officiel | https://chromewebstore.google.com/detail/njit-schedule-builder-rmp/gbhlckmcjkpdhgkpbmkabcedbhjjpmbo |
Description | An open source extension which quickly displays ratemyprofessor.com information directly on the NJIT schedule builder website. |
Taille du Fichier | 32.51 KB |
Nombre d'Installations | 1,263 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2022-12-23 |
Date de Publication | 2020-09-01 |
Évaluation | 5.00/5 Total 9 Évaluations |
Développeur | vineethedev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://uisapppr3.njit.edu/scbldr/ |
Langues Prises en Charge | 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" } ] } |