MTHS Schedule

A convenient way for students, teachers and parents to view the MTHS rotation schedule!

Was ist MTHS Schedule?

MTHS Schedule ist eine Chrome-Erweiterung, die von savethecodefuhrms entwickelt wurde, und ihr Hauptmerkmal ist "A convenient way for students, teachers and parents to view the MTHS rotation schedule!".

Erweiterungsscreenshots

screenshot
screenshot

MTHS Schedule-Erweiterungs-CRX-Datei herunterladen

Laden Sie MTHS Schedule-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

                        This extension displays the regular rotation schedule for the high school. It is a simple and convenient way to see when the class periods are on whatever day it is. Just click the icon and choose the day. Then, you will see the periods with their associated starting and ending times based on the regular rotation schedule. Click the icon again to make it disappear. No more wasted time shuffling papers or searching through your inbox files. 

Privacy Policy: This extension does not collect any information.                    

Grundlegende Informationen zur Erweiterung

Name MTHS Schedule MTHS Schedule
ID lagdoilfakjfenapfbmmnhgipggafobo
Offizielle URL https://chromewebstore.google.com/detail/mths-schedule/lagdoilfakjfenapfbmmnhgipggafobo
Beschreibung A convenient way for students, teachers and parents to view the MTHS rotation schedule!
Dateigröße 23.13 KB
Installationsanzahl 1,491
Aktuelle Version 3.1
Letztes Update 2021-09-17
Veröffentlichungsdatum 2020-04-01
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler savethecodefuhrms
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MTHS Schedule",
    "description": "A convenient way for students, teachers and parents to view the MTHS rotation schedule!",
    "version": "3.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "day1.html",
        "default_icon": "clock16.png"
    },
    "icons": {
        "16": "clock16.png",
        "32": "clock32.png",
        "48": "clock48.png",
        "128": "clock128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens day1.html"
        }
    }
}