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 |
| 官方網址 | 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 |
| 電子郵箱 | [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\/*"
]
}
]
} | |