SBU ScheduleBuilder Enhancements

View professors' difficulty and quality ratings on Schedule Builder

SBU ScheduleBuilder Enhancementsとは何ですか?

SBU ScheduleBuilder Enhancementsはbmoses1124によって開発されたChromeの拡張機能で、その主な機能は「View professors' difficulty and quality ratings on Schedule Builder」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

SBU ScheduleBuilder Enhancements拡張機能のCRXファイルをダウンロード

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
Eメール [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
}