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 |
官方URL | 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" } } |