ETHSBell

A Browser Extension version of ETHSBell

ETHSBellとは何ですか?

ETHSBellはETHS D202によって開発されたChromeの拡張機能で、その主な機能は「A Browser Extension version of ETHSBell」です。

拡張機能のスクリーンショット

screenshot

ETHSBell拡張機能のCRXファイルをダウンロード

ETHSBell拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
        ]
    }
}