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
公式URL 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
Eメール [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'"
}