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
官方網址 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
}