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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
}