JCU Class Timetable Downloader

Open Student First website, this downloader can help you to add timetable to your calendar

Τι είναι το JCU Class Timetable Downloader;

Το JCU Class Timetable Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dezhi, και η κύρια λειτουργία του είναι "Open Student First website, this downloader can help you to add timetable to your calendar".

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

screenshot

Λήψη αρχείου CRX της επέκτασης JCU Class Timetable Downloader

Λήψη αρχείων επέκτασης JCU Class Timetable Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        For JCU students ONLY, open Student First website, and install this extentsion. 
1. Click the class you want, or use the "Select All Classes" button, the background color will turn to green.
2. Click "Download to Calendar" button, it will download a calendar file, open it and enjoy the rest.
3. If you want to reselect, right click the web page and click "Reload".                    

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

Όνομα JCU Class Timetable Downloader JCU Class Timetable Downloader
ID hkfkghiccnjamacegfdifnmehdlimfog
Επίσημο URL https://chromewebstore.google.com/detail/jcu-class-timetable-downl/hkfkghiccnjamacegfdifnmehdlimfog
Περιγραφή Open Student First website, this downloader can help you to add timetable to your calendar
Μέγεθος Αρχείου 91.07 KB
Αριθμός Εγκαταστάσεων 15
Τρέχουσα Έκδοση 1.0.6
Τελευταία Ενημέρωση 2020-11-07
Ημερομηνία Δημοσίευσης 2020-11-05
Προγραμματιστής Dezhi
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JCU Class Timetable Downloader",
    "version": "1.0.6",
    "description": "Open Student First website, this downloader can help you to add timetable to your calendar",
    "author": "Dezhi Wang; [email protected]",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "homepage_url": "https:\/\/github.com\/UncleSamJCU\/JCUClassDownloader",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/secure.jcu.edu.sg\/StudentFirst\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/download.js"
            ],
            "run_at": "document_end"
        }
    ]
}