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!”。
擴展截圖
下載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 |
ID | lagdoilfakjfenapfbmmnhgipggafobo |
官方網址 | 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" } } } |