Lou's List Scheduler

A Scheduler made for students at University of Virginia that allows for creating academic schedules directly from Lou's List. -…

Lou's List Schedulerとは何ですか?

Lou's List SchedulerはMikeC.によって開発されたChromeの拡張機能で、その主な機能は「A Scheduler made for students at University of Virginia that allows for creating academic schedules directly from Lou's List. -…」です。

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

screenshot
screenshot

Lou's List Scheduler拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A Scheduler made for students at University of Virginia that allows for creating academic schedules directly from Lou's List.

- Use add buttons on the side to add classes to your schedule
- Click the popup icon to turn on and off the extension and view your schedule
- Use clear all button to empty your schedule

Version 0.2
- Updated CSS and Added functionality

Version 0.3
- Solved conflict classes layout issues
- Updated CSS and Added functionality

Version 0.4
- Regular update

Version 0.5
- Bug fixes

Version 0.6
- Update to new lous list

Version 0.7
- Bug fixes                    

拡張機能の基本情報

名前 Lou's List Scheduler Lou's List Scheduler
ID pkmcklbkifllghbiecdlmpdmdghjjbjd
公式URL https://chromewebstore.google.com/detail/lous-list-scheduler/pkmcklbkifllghbiecdlmpdmdghjjbjd
説明 A Scheduler made for students at University of Virginia that allows for creating academic schedules directly from Lou's List. -…
ファイルサイズ 134 KB
インストール数 24
現在のバージョン 0.7
最終更新日 2020-09-30
公開日 2020-04-19
開発者 MikeC.
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lou's List Scheduler",
    "version": "0.7",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/louslist.org\/\/*"
            ],
            "js": [
                "jquery-3.4.1.js",
                "script.js",
                "popup.js",
                "update.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}