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