Lou's List Scheduler

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

O que é Lou's List Scheduler?

Lou's List Scheduler é uma extensão do Chrome desenvolvida por MikeC., e sua principal característica é "A Scheduler made for students at University of Virginia that allows for creating academic schedules directly from Lou's List. -…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Lou's List Scheduler

Baixe arquivos de extensão Lou's List Scheduler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Lou's List Scheduler Lou's List Scheduler
ID pkmcklbkifllghbiecdlmpdmdghjjbjd
URL Oficial https://chromewebstore.google.com/detail/lous-list-scheduler/pkmcklbkifllghbiecdlmpdmdghjjbjd
Descrição A Scheduler made for students at University of Virginia that allows for creating academic schedules directly from Lou's List. -…
Tamanho do Arquivo 134 KB
Contagem de Instalações 24
Versão Atual 0.7
Última Atualização 2020-09-30
Data de Publicação 2020-04-19
Desenvolvedor MikeC.
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}