Oscar to iCalendar Converter

Produce iCalendar file from Student Schedule on GT's Oscar.

Oscar to iCalendar Converterคืออะไร?

Oscar to iCalendar Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cemgokmen.com และคุณลักษณะหลักของมันคือ "Produce iCalendar file from Student Schedule on GT's Oscar."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Oscar to iCalendar Converter

ดาวน์โหลดไฟล์ส่วนขยาย Oscar to iCalendar Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension adds a "Download calendar" button onto Georgia Tech's Oscar Student Schedule page which can be used to add the student's classes for the semester onto their calendar app of choice (e.g. Google Calendar, etc)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Oscar to iCalendar Converter Oscar to iCalendar Converter
ID phaoabghncoogndmfcapglljmnieknkf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/oscar-to-icalendar-conver/phaoabghncoogndmfcapglljmnieknkf
คำอธิบาย Produce iCalendar file from Student Schedule on GT's Oscar.
ขนาดไฟล์ 144 KB
จำนวนการติดตั้ง 99
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-01-08
วันที่เผยแพร่ 2018-05-14
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://www.cemgokmen.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/skyman/oscar2ical
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oscar to iCalendar Converter",
    "version": "1.1",
    "author": "Cem Gokmen",
    "description": "Produce iCalendar file from Student Schedule on GT's Oscar.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/oscar.gatech.edu\/bprod\/bwskfshd.P_CrseSchdDetl"
            ],
            "all_frames": true,
            "css": [
                "oscar2ical.css"
            ],
            "js": [
                "bundle.js"
            ]
        }
    ],
    "chrome_ui_overrides": {
        "bookmarks_ui": {
            "remove_bookmark_shortcut": true,
            "remove_button": true
        }
    }
}