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!".
Снимки экрана расширения
Скачать файл 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 |
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" } } } |