ETHSBell
A Browser Extension version of ETHSBell
什么是ETHSBell?
ETHSBell是由ETHS D202开发的Chrome扩展程序,该扩展的主要功能是“A Browser Extension version of ETHSBell”。
扩展截图
下载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 |
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\/*" ] } } |