MyUW Calendar Scraper

Import your schedule to Google Calendar!

MyUW Calendar Scraperคืออะไร?

MyUW Calendar Scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Forrest Timour และคุณลักษณะหลักของมันคือ "Import your schedule to Google Calendar!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyUW Calendar Scraper

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}