School Time

Easily keep track of your school timetable directly from the browser

Was ist School Time?

School Time ist eine Chrome-Erweiterung, die von Gabriel H entwickelt wurde, und ihr Hauptmerkmal ist "Easily keep track of your school timetable directly from the browser".

Erweiterungsscreenshots

screenshot
screenshot

School Time-Erweiterungs-CRX-Datei herunterladen

Laden Sie School Time-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        School Time allows you to easily track what classes you have and when. It easily integrates with Sentral for schools and supports custom image themes. Setting up your timetable is quick, easy and automatic.                    

Grundlegende Informationen zur Erweiterung

Name School Time School Time
ID anlpagobkiiipidkoiaicdclecckhipd
Offizielle URL https://chromewebstore.google.com/detail/school-time/anlpagobkiiipidkoiaicdclecckhipd
Beschreibung Easily keep track of your school timetable directly from the browser
Dateigröße 1.79 MB
Installationsanzahl 27
Aktuelle Version 0.6
Letztes Update 2021-12-07
Veröffentlichungsdatum 2021-10-19
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Gabriel H
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/gabriel-hanich/School-Timetable
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.6",
    "name": "School Time",
    "description": "Easily keep track of your school timetable directly from the browser",
    "browser_action": {
        "default_icon": "resources\/icons\/icon.png",
        "default_popup": "index.html",
        "default_title": "School Time"
    },
    "icons": {
        "128": "resources\/icons\/icon.png"
    }
}