uWaterloo Schedule Exporter

Export your University of Waterloo class schedule directly from Quest.

uWaterloo Schedule Exporterคืออะไร?

uWaterloo Schedule Exporter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xierumeng และคุณลักษณะหลักของมันคือ "Export your University of Waterloo class schedule directly from Quest."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย uWaterloo Schedule Exporter

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

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

                        NEW INSTRUCTIONS 2021-08-27: Go to **Class Schedule**, select the term, then select **Weekly Calendar View** and return to **List View**. Switching back and forth is required to load the document so the extension can recognize this event.

This is a fork from the original author's project (Baraa Hamodi). I (Xierumeng) have permission to modify and publish their work.                    

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

ชื่อ uWaterloo Schedule Exporter uWaterloo Schedule Exporter
ID kfdoehlfchipdmgngnabhaaggdmodgdk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/uwaterloo-schedule-export/kfdoehlfchipdmgngnabhaaggdmodgdk
คำอธิบาย Export your University of Waterloo class schedule directly from Quest.
ขนาดไฟล์ 290 KB
จำนวนการติดตั้ง 144
เวอร์ชันปัจจุบัน 1.9
อัปเดตครั้งล่าสุด 2021-08-27
วันที่เผยแพร่ 2018-10-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Xierumeng
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Xierumeng/uwaterloo-schedule-exporter
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "uWaterloo Schedule Exporter",
    "version": "1.9",
    "description": "Export your University of Waterloo class schedule directly from Quest.",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/quest.pecs.uwaterloo.ca\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-2.2.3.min.js",
                "moment-with-locales.min.js",
                "main.js"
            ]
        }
    ]
}