MTHS Schedule

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

MTHS Scheduleคืออะไร?

MTHS Schedule เป็นส่วนขยายของ Chrome ที่พัฒนาโดย savethecodefuhrms และคุณลักษณะหลักของมันคือ "A convenient way for students, teachers and parents to view the MTHS rotation schedule!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MTHS Schedule

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        }
    }
}