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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        }
    }
}