UW-Madison Schedule Download

Download your UW-Madison schedule as a file.

Τι είναι το UW-Madison Schedule Download;

Το UW-Madison Schedule Download είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον max.s.maeder, και η κύρια λειτουργία του είναι "Download your UW-Madison schedule as a file.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης UW-Madison Schedule Download

Λήψη αρχείων επέκτασης UW-Madison Schedule Download σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Easily download your UW-Madison class schedule as an `.ical` file,
which can be imported to calendars such as Google Calendar or the Apple iCloud Calendar.

After installing, just navigate to your Course Schedule in MyUW, and press the "Download Schedule" button.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα UW-Madison Schedule Download UW-Madison Schedule Download
ID jhidpigegcjbdjbdapojjnckgodpdlfh
Επίσημο URL https://chromewebstore.google.com/detail/uw-madison-schedule-downl/jhidpigegcjbdjbdapojjnckgodpdlfh
Περιγραφή Download your UW-Madison schedule as a file.
Μέγεθος Αρχείου 88.79 KB
Αριθμός Εγκαταστάσεων 266
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2022-09-11
Ημερομηνία Δημοσίευσης 2022-09-11
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής max.s.maeder
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/MaxMaeder/UW-Madison-Schedule-Downloader
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UW-Madison Schedule Download",
    "description": "Download your UW-Madison schedule as a file.",
    "version": "1.0.1",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/my.wisc.edu\/portal\/p\/class-schedule*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "scripts\/*",
                "style\/*"
            ]
        }
    ],
    "manifest_version": 3
}