MyUW Calendar Scraper

Import your schedule to Google Calendar!

什麼是MyUW Calendar Scraper?

MyUW Calendar Scraper是由Forrest Timour開發的Chrome擴展程式,該擴展的主要功能是“Import your schedule to Google Calendar!”。

擴展截圖

screenshot

下載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 MyUW Calendar Scraper
ID neldjllggkogndhhmnfiohcbmpolpmck
官方網址 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"
    ]
}