SBU ScheduleBuilder Enhancements

View professors' difficulty and quality ratings on Schedule Builder

Τι είναι το SBU ScheduleBuilder Enhancements;

Το SBU ScheduleBuilder Enhancements είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bmoses1124, και η κύρια λειτουργία του είναι "View professors' difficulty and quality ratings on Schedule Builder".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SBU ScheduleBuilder Enhancements

Λήψη αρχείων επέκτασης SBU ScheduleBuilder Enhancements σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        *** If you find any bugs, please email [email protected]
____________________________________________________________________________________________

Ever taken a class because it fit into your schedule well, not knowing that that teacher's going through a rough divorce and enjoys taking out his frustrations on his students? Or, ever signed up for a class before realizing the professor requires writing two reports on postmodern dance theory... for a Calc class? 

Well, not anymore!

With SBU ScheduleBuilder Enhancements, you'll never be taken by surprise again. I mean, ever, like, for anything. Am I lying? Well, maybe, but the only way to find out is to download the extension right?                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SBU ScheduleBuilder Enhancements SBU ScheduleBuilder Enhancements
ID aimdogcdagfchdddcdkljpmdmiciflkh
Επίσημο URL https://chromewebstore.google.com/detail/sbu-schedulebuilder-enhan/aimdogcdagfchdddcdkljpmdmiciflkh
Περιγραφή View professors' difficulty and quality ratings on Schedule Builder
Μέγεθος Αρχείου 6.9 KB
Αριθμός Εγκαταστάσεων 174
Τρέχουσα Έκδοση 0.6
Τελευταία Ενημέρωση 2023-10-23
Ημερομηνία Δημοσίευσης 2021-10-27
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής bmoses1124
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SBU ScheduleBuilder Enhancements",
    "version": "0.6",
    "description": "View professors' difficulty and quality ratings on Schedule Builder\n\n",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/stonybrook.collegescheduler.com\/*"
            ],
            "js": [
                "schedulebuilder.js"
            ],
            "all_frames": true,
            "run-at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3
}