UMich ScheduleMaker
Download an iCal file of your UMich Schedule!
UMich ScheduleMakerคืออะไร?
UMich ScheduleMaker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sid Pagariya และคุณลักษณะหลักของมันคือ "Download an iCal file of your UMich Schedule!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UMich ScheduleMaker
ดาวน์โหลดไฟล์ส่วนขยาย UMich ScheduleMaker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
==== WINTER 2021 NOW SUPPORTED THROUGH STUDENT CENTER AND SCHEDULE BUILDER SUPPORTED ==== This is a simple tool to export your University of Michigan Schedule to an iCal file. You can use it on Student Center Homepage or in Schedule Builder as shown in the screenshots by simply clicking the extension icon when the page is done loading. Custom themed Wolverine Access (As shown in the first screenshot) extension called "Wolverify" also available!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | andfmpjcioflbnlgbpjbckhgdlhhkega |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/umich-schedulemaker/andfmpjcioflbnlgbpjbckhgdlhhkega |
คำอธิบาย | Download an iCal file of your UMich Schedule! |
ขนาดไฟล์ | 94.06 KB |
จำนวนการติดตั้ง | 127 |
เวอร์ชันปัจจุบัน | 1.4.1 |
อัปเดตครั้งล่าสุด | 2020-12-13 |
วันที่เผยแพร่ | 2020-04-30 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Sid Pagariya |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/sidpagariya/MProjects/issues/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UMich ScheduleMaker", "version": "1.4.1", "description": "Download an iCal file of your UMich Schedule!", "icons": { "16": "icons\/ScheduleMaker-16x16.png", "32": "icons\/ScheduleMaker-32x32.png", "64": "icons\/ScheduleMaker-64x64.png", "128": "icons\/ScheduleMaker-128x128.png" }, "page_action": { "default_icon": "icons\/ScheduleMaker-32x32.png", "default_title": "UMich Schedule to iCal" }, "permissions": [ "tabs", "downloads", "declarativeContent", "https:\/\/csprod.dsc.umich.edu\/*", "https:\/\/rawgit.com\/sidpagariya\/MProjects\/master\/Schedule-maker\/*", "https:\/\/umich.collegescheduler.com\/*" ], "background": { "scripts": [ "js\/jquery.min.js", "js\/ical.min.js", "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/csprod.dsc.umich.edu\/psp\/csprodnonop\/EMPLOYEE\/SA\/c\/SA_LEARNER_SERVICES.SSS_STUDENT_CENTER.GBL", "https:\/\/rawgit.com\/sidpagariya\/MProjects\/master\/Schedule-maker\/Schedule.html", "https:\/\/umich.collegescheduler.com\/*" ], "js": [ "js\/jquery.min.js", "js\/ical.min.js", "js\/content.js" ] } ], "manifest_version": 2 } |