Berkeley Schedule Exporter
Export your Berkeley class schedule!
Berkeley Schedule Exporterとは何ですか?
Berkeley Schedule Exporterはberkeleyschedexportによって開発されたChromeの拡張機能で、その主な機能は「Export your Berkeley class schedule!」です。
拡張機能のスクリーンショット
Berkeley Schedule Exporter拡張機能のCRXファイルをダウンロード
Berkeley Schedule Exporter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Export your Berkeley class schedule to .ics! (which can be imported to Google Calendar). Should also work with other schools that use collegescheduler.com. https://github.com/ziyaointl/Schedule-Exporter Usage 1. Go to CalCentral, My Academics. Select Schedule Planner. 2. Check the courses you want to export. You can select from both Current Schedule and Shopping Cart. 3. Click on the extension icon in the upper right Chrome menu. (You might have to wait a few seconds for the page to fully load before clicking on the icon). You should get a file named calendar.ics. Then, you can import this ics file to whatever calendar platform you desire. Classes automatically repeat weekly starting from the first day of the current semester!
拡張機能の基本情報
名前 | |
ID | adnjnncenfmhbfaggmchmfelhbafbkmn |
公式URL | https://chrome.google.com/webstore/detail/berkeley-schedule-exporte/adnjnncenfmhbfaggmchmfelhbafbkmn |
説明 | Export your Berkeley class schedule! |
ファイルサイズ | 1.1 MB |
インストール数 | 929 |
現在のバージョン | 1.2.4 |
最終更新日 | 2023-02-26 |
公開日 | 2020-01-15 |
評価 | 4.28/5 合計 18 レビュー |
開発者 | berkeleyschedexport |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ziyaointl/Schedule-Exporter |
ヘルプページのURL | https://github.com/ziyaointl/Schedule-Exporter/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Berkeley Schedule Exporter", "version": "1.2.4", "description": "Export your Berkeley class schedule!", "manifest_version": 3, "action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "declarativeContent", "activeTab", "scripting" ], "background": { "service_worker": "src\/background.js" }, "web_accessible_resources": [ { "resources": [ "src\/export.js", "src\/icsjs\/ics.deps.min.js" ], "matches": [ "https:\/\/berkeley.collegescheduler.com\/*" ] } ] } |