Calendarize WebReg
Export your WebReg schedule to your calendars in one click.
什麼是Calendarize WebReg?
Calendarize WebReg是由https://adoryvo.com開發的Chrome擴展程式,該擴展的主要功能是“Export your WebReg schedule to your calendars in one click.”。
擴展截圖
下載Calendarize WebReg擴展crx文件
下載Calendarize WebReg擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Highlights: - Adds your classes as recurring events - Adds your finals as one time events - Importable into calendar apps like Google Calendar, Outlook, etc. - Tested on UCSD WebReg schedules When you click the extension, your browser runs a script (AKA a program) that takes the text in your WebReg table, organizes it into your schedule information, and creates a `.ics` calendar file. If you have any concerns about privacy, the program does not store any of the information read in. You may view the source code and read our privacy policy to verify this.
擴展基本資訊
名稱 | Calendarize WebReg |
ID | jloojoppodnaciefbgkokahoglmgpelf |
官方網址 | https://chromewebstore.google.com/detail/calendarize-webreg/jloojoppodnaciefbgkokahoglmgpelf |
簡介 | Export your WebReg schedule to your calendars in one click. |
檔案大小 | 12.04 KB |
安裝次數 | 28 |
目前版本 | 1.0.1 |
更新時間 | 2023-08-17 |
上架時間 | 2023-08-07 |
開發者 | https://adoryvo.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://adoryvo.github.io/calendarize-webreg/ |
說明頁面URL | https://forms.gle/nv2LUzE4SQ3fQVmX7 |
隱私政策頁面URL | https://github.com/AdoryVo/privacy-policy/blob/main/chrome-extensions.md |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Calendarize WebReg", "description": "Export your WebReg schedule to your calendars in one click.", "version": "1.0.1", "action": { "default_title": "Calendarize WebReg", "default_icon": "images\/icon-128.png" }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" } } |