MTHS Schedule
A convenient way for students, teachers and parents to view the MTHS rotation schedule!
MTHS Schedule क्या है?
MTHS Schedule savethecodefuhrms द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A convenient way for students, teachers and parents to view the MTHS rotation schedule!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MTHS Schedule एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } } |