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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MikeC. และคุณลักษณะหลักของมันคือ "A Scheduler made for students at University of Virginia that allows for creating academic schedules directly from Lou's List. -…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lou's List Scheduler
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |