uWaterloo Schedule Exporter

Export your University of Waterloo class schedule directly from Quest.

Apa itu uWaterloo Schedule Exporter?

uWaterloo Schedule Exporter adalah ekstensi Chrome yang dikembangkan oleh Xierumeng, dan fitur utamanya adalah "Export your University of Waterloo class schedule directly from Quest.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi uWaterloo Schedule Exporter

Unduh file ekstensi uWaterloo Schedule Exporter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama uWaterloo Schedule Exporter uWaterloo Schedule Exporter
ID kfdoehlfchipdmgngnabhaaggdmodgdk
URL Resmi https://chromewebstore.google.com/detail/uwaterloo-schedule-export/kfdoehlfchipdmgngnabhaaggdmodgdk
Deskripsi Export your University of Waterloo class schedule directly from Quest.
Ukuran File 290 KB
Jumlah Instalasi 144
Versi Saat Ini 1.9
Terakhir Diperbarui 2021-08-27
Tanggal Publikasi 2018-10-27
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Xierumeng
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Xierumeng/uwaterloo-schedule-exporter
Bahasa yang Didukung 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"
            ]
        }
    ]
}