Lou's List Scheduler
A Scheduler made for students at University of Virginia that allows for creating academic schedules directly from Lou's List. -…
Co je Lou's List Scheduler?
Lou's List Scheduler je rozšíření Chrome vyvinuté MikeC., a jeho hlavní funkcí je „A Scheduler made for students at University of Virginia that allows for creating academic schedules directly from Lou's List. -…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Lou's List Scheduler
Stáhněte si soubory rozšíření Lou's List Scheduler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Lou's List Scheduler |
ID | pkmcklbkifllghbiecdlmpdmdghjjbjd |
Oficiální URL | https://chromewebstore.google.com/detail/lous-list-scheduler/pkmcklbkifllghbiecdlmpdmdghjjbjd |
Popis | A Scheduler made for students at University of Virginia that allows for creating academic schedules directly from Lou's List. -… |
Velikost souboru | 134 KB |
Počet instalací | 24 |
Aktuální Verze | 0.7 |
Poslední Aktualizace | 2020-09-30 |
Datum Vydání | 2020-04-19 |
Vývojář | MikeC. |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |