UMich ScheduleMaker
Download an iCal file of your UMich Schedule!
UMich ScheduleMakerとは何ですか?
UMich ScheduleMakerはSid Pagariyaによって開発されたChromeの拡張機能で、その主な機能は「Download an iCal file of your UMich Schedule!」です。
拡張機能のスクリーンショット
UMich ScheduleMaker拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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 } |