Badger Planner
Read UW portal scheduler website and generate an ics file to add to calendar of your choice
什么是Badger Planner?
Badger Planner是由Shrey Modi开发的Chrome扩展程序,该扩展的主要功能是“Read UW portal scheduler website and generate an ics file to add to calendar of your choice”。
扩展截图
下载Badger Planner扩展crx文件
下载Badger Planner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Read UW portal scheduler website and generate an ics file to add to calendar of your choice. This Extension will give you two buttons to click. One to open the UW portal Schedule website and another to download an ics file based on your schedule. You can then import the downloaded ics file to the calendar of your choice. I have linked a video demo on how to do this for outlook.
https://youtu.be/HtoQzgUrQPQ
Logo Credit:
Viajaste, CC BY-SA 4.0 , via Wikimedia Commons 扩展基本信息
| 名称 | |
| ID | cjckdiijaddjmaamffcicioglghpipjg |
| 官方URL | https://chromewebstore.google.com/detail/badger-planner/cjckdiijaddjmaamffcicioglghpipjg |
| 简介 | Read UW portal scheduler website and generate an ics file to add to calendar of your choice |
| 文件大小 | 9.78 KB |
| 安装次数 | 117 |
| 当前版本 | 1.2 |
| 更新时间 | 2022-07-20 |
| 上架时间 | 2022-07-13 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Shrey Modi |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/Shrey-Modi/Planner-Extension |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Badger Planner",
"description": "Read UW portal scheduler website and generate an ics file to add to calendar of your choice",
"version": "1.2",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "\/images\/logo_final\/logo.png"
}
},
"icons": {
"128": "\/images\/logo_final\/logo.png"
}
} | |