MyUW Calendar Scraper
Import your schedule to Google Calendar!
什么是MyUW Calendar Scraper?
MyUW Calendar Scraper是由Forrest Timour开发的Chrome扩展程序,该扩展的主要功能是“Import your schedule to Google Calendar!”。
扩展截图
下载MyUW Calendar Scraper扩展crx文件
下载MyUW Calendar Scraper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
For students at the University of Washington! An easy tool to download your course schedule into a .ics file, compatible with most major calendar applications. More details on GitHub: https://github.com/Forrest-T/MyUW-Calendar
扩展基本信息
名称 | MyUW Calendar Scraper |
ID | neldjllggkogndhhmnfiohcbmpolpmck |
官方URL | https://chromewebstore.google.com/detail/myuw-calendar-scraper/neldjllggkogndhhmnfiohcbmpolpmck |
简介 | Import your schedule to Google Calendar! |
文件大小 | 56.12 KB |
安装次数 | 48 |
当前版本 | 1.2 Beta |
更新时间 | 2019-01-04 |
上架时间 | 2019-01-03 |
开发者 | Forrest Timour |
付费类型 | free |
扩展官网 | https://github.com/Forrest-T/MyUW-Calendar |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyUW Calendar Scraper", "version": "1.2", "version_name": "1.2 Beta", "description": "Import your schedule to Google Calendar!", "manifest_version": 2, "icons": { "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "browser_action": { "default_icon": "icons\/logo48.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |