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. -…”。
扩展截图
下载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 |
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. |
电子邮箱 | [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" ] } |