ECSU Course Schedule Assistant

Determines possible schedules for a list of courses

ECSU Course Schedule Assistantとは何ですか?

ECSU Course Schedule Assistantはgarrett.dancikによって開発されたChromeの拡張機能で、その主な機能は「Determines possible schedules for a list of courses」です。

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

screenshot
screenshot

ECSU Course Schedule Assistant拡張機能のCRXファイルをダウンロード

ECSU Course Schedule Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is an extension to help Eastern Connecticut State University students select their schedules. From Eastern's schedule of classes page, a student can enter courses that he/she wishes to take, such as

CSC 210, MAT 243, AST 214, COM 100

The extension then displays a new page showing available schedules, ensuring that no time conflicts exist. Students can then apply further filters, by choosing to include or exclude specific sections of a course.

Note that this extension treats all courses as semester long courses.

Note that this extension is provided "as is", without warranty of any kind, express or implied.

Created by Garrett Dancik, Brett Fowler, and Dylan Sylvestor.

New in version 1.3: Allow for "-P" courses                    

拡張機能の基本情報

名前 ECSU Course Schedule Assistant ECSU Course Schedule Assistant
ID kgjbecnmdmplkdnjpmkjgajimajjlffg
公式URL https://chromewebstore.google.com/detail/ecsu-course-schedule-assi/kgjbecnmdmplkdnjpmkjgajimajjlffg
説明 Determines possible schedules for a list of courses
ファイルサイズ 14.36 KB
インストール数 72
現在のバージョン 1.3
最終更新日 2018-10-27
公開日 2018-10-27
開発者 garrett.dancik
支払い方法 free
拡張機能のウェブサイト https://gdancik.github.io/EasternScheduler/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ECSU Course Schedule Assistant",
    "description": "Determines possible schedules for a list of courses",
    "version": "1.3",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Click and follow steps to see possible schedules",
        "default_popup": "popup.html"
    }
}