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
电子邮箱 [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
}