ETHSBell

A Browser Extension version of ETHSBell

ETHSBell란 무엇입니까?

ETHSBell은(는) ETHS D202에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Browser Extension version of ETHSBell"입니다.

확장 프로그램 스크린샷

screenshot

ETHSBell 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ETHSBell is designed to help Evanston Township High School students be more familiar with the bell schedule and navigate their school day. This extension features current period status, day schedule, and period ending notifications. More schedules can be viewed on our website.                    

확장 프로그램 기본 정보

이름 ETHSBell ETHSBell
ID gbkjjbecehodfeijbdmoieepgmfdlgle
공식 URL https://chromewebstore.google.com/detail/ethsbell/gbkjjbecehodfeijbdmoieepgmfdlgle
설명 A Browser Extension version of ETHSBell
파일 크기 53.05 KB
설치 횟수 5,334
현재 버전 2.4.1
최근 업데이트 2023-08-25
출시 날짜 2021-08-06
개발자 ETHS D202
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ethsbell.app/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    },
    "name": "ETHSBell",
    "version": "2.4.1",
    "manifest_version": 2,
    "description": "A Browser Extension version of ETHSBell",
    "homepage_url": "https:\/\/ethsbell.app",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/helpers.js",
            "background.js"
        ]
    },
    "options_ui": {
        "open_in_tab": false,
        "page": "\/options\/index.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "ETHSBell",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "alarms"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/ethsbell.app\/*",
            "https:\/\/dayschool.ethsbell.app\/*"
        ]
    }
}