STEM Chronos

The easiest way for students and teachers to keep track of the schedule at STEM!

Was ist STEM Chronos?

STEM Chronos ist eine Chrome-Erweiterung, die von Will Christ & Connor Cozad entwickelt wurde, und ihr Hauptmerkmal ist "The easiest way for students and teachers to keep track of the schedule at STEM!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

STEM Chronos-Erweiterungs-CRX-Datei herunterladen

Laden Sie STEM Chronos-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

                        Between block days, two-hour early dismissals, two-hour delays, school-wide events, and more, schedules are always changing at the Downingtown STEM Academy.

STEM Chronos (Chronos, the Greek god of time) is a smart, simple, and easy way for students and staff members at the Downingtown STEM Academy to manage their schedules. STEM Chronos displays the current period, time, date, letter day, and schedule for the day with the click of a button right in your Chrome toolbar.

Our custom message system will always alert you to changes in your schedule.

Our advanced schedule display algorithm shows your schedule based on your grade level, as well as the current period and amount of time remaining in the period.

Simply install the extension and input your settings to begin.                    

Grundlegende Informationen zur Erweiterung

Name STEM Chronos STEM Chronos
ID gpmmebokjcjjnjkljpjliaepcchkmbda
Offizielle URL https://chromewebstore.google.com/detail/stem-chronos/gpmmebokjcjjnjkljpjliaepcchkmbda
Beschreibung The easiest way for students and teachers to keep track of the schedule at STEM!
Dateigröße 608 KB
Installationsanzahl 1,031
Aktuelle Version 1.5.2
Letztes Update 2019-06-16
Veröffentlichungsdatum 2019-06-16
Bewertung 4.89/5 Insgesamt 9 Bewertungen
Entwickler Will Christ & Connor Cozad
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://docs.google.com/document/d/12yzJtJHCavl0W-6UkW0yIok_nMu1vtYjCBRC-zrrMZk/edit?usp=sharing
Hilfeseite URL https://goo.gl/forms/gSDh6Xw0CeLMPO752
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "STEM Chronos",
    "version": "1.5.2",
    "description": "The easiest way for students and teachers to keep track of the schedule at STEM!",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icon-128.png"
        }
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/www.gstatic.com\/firebasejs\/5.7.0\/; object-src 'self'"
}