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 là gì?

Lou's List Scheduler là một tiện ích mở rộng Chrome được phát triển bởi MikeC., và tính năng chính của nó là "A Scheduler made for students at University of Virginia that allows for creating academic schedules directly from Lou's List. -…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lou's List Scheduler

Tải xuống các tệp mở rộng Lou's List Scheduler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lou's List Scheduler Lou's List Scheduler
ID pkmcklbkifllghbiecdlmpdmdghjjbjd
URL Chính Thức https://chromewebstore.google.com/detail/lous-list-scheduler/pkmcklbkifllghbiecdlmpdmdghjjbjd
Mô tả A Scheduler made for students at University of Virginia that allows for creating academic schedules directly from Lou's List. -…
Kích Thước Tệp 134 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2020-09-30
Ngày Phát Hành 2020-04-19
Nhà Phát Triển MikeC.
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}