STEM Chronos

The easiest way for students and teachers to keep track of the schedule at STEM!

什麼是STEM Chronos?

STEM Chronos是由Will Christ & Connor Cozad開發的Chrome擴展程式,該擴展的主要功能是“The easiest way for students and teachers to keep track of the schedule at STEM!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載STEM Chronos擴展crx文件

下載STEM Chronos擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Between block days, two-hour early dismissals, two-hour delays, school-wide events, and more, schedules are always changing at the Downingtown STEM Academy.

STEM Chronos (Chronos, the Greek god of time) is a smart, simple, and easy way for students and staff members at the Downingtown STEM Academy to manage their schedules. STEM Chronos displays the current period, time, date, letter day, and schedule for the day with the click of a button right in your Chrome toolbar.

Our custom message system will always alert you to changes in your schedule.

Our advanced schedule display algorithm shows your schedule based on your grade level, as well as the current period and amount of time remaining in the period.

Simply install the extension and input your settings to begin.                    

擴展基本資訊

名稱 STEM Chronos STEM Chronos
ID gpmmebokjcjjnjkljpjliaepcchkmbda
官方網址 https://chromewebstore.google.com/detail/stem-chronos/gpmmebokjcjjnjkljpjliaepcchkmbda
簡介 The easiest way for students and teachers to keep track of the schedule at STEM!
檔案大小 608 KB
安裝次數 1,031
目前版本 1.5.2
更新時間 2019-06-16
上架時間 2019-06-16
評分 4.89/5 共 9 次評分
開發者 Will Christ & Connor Cozad
電子郵箱 [email protected]
付費類型 free
擴展官網 https://docs.google.com/document/d/12yzJtJHCavl0W-6UkW0yIok_nMu1vtYjCBRC-zrrMZk/edit?usp=sharing
說明頁面URL https://goo.gl/forms/gSDh6Xw0CeLMPO752
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "STEM Chronos",
    "version": "1.5.2",
    "description": "The easiest way for students and teachers to keep track of the schedule at STEM!",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icon-128.png"
        }
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/www.gstatic.com\/firebasejs\/5.7.0\/; object-src 'self'"
}