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
官方網址 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.
電子郵箱 [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"
    ]
}