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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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