MTHS Schedule

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

MTHS Scheduleとは何ですか?

MTHS Scheduleはsavethecodefuhrmsによって開発されたChromeの拡張機能で、その主な機能は「A convenient way for students, teachers and parents to view the MTHS rotation schedule!」です。

拡張機能のスクリーンショット

screenshot
screenshot

MTHS Schedule拡張機能のCRXファイルをダウンロード

MTHS Schedule拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 MTHS Schedule MTHS Schedule
ID lagdoilfakjfenapfbmmnhgipggafobo
公式URL https://chromewebstore.google.com/detail/mths-schedule/lagdoilfakjfenapfbmmnhgipggafobo
説明 A convenient way for students, teachers and parents to view the MTHS rotation schedule!
ファイルサイズ 23.13 KB
インストール数 1,491
現在のバージョン 3.1
最終更新日 2021-09-17
公開日 2020-04-01
評価 5.00/5 合計 2 レビュー
開発者 savethecodefuhrms
Eメール [email protected]
支払い方法 free
対応言語 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"
        }
    }
}