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" ] } |