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 |
官方網址 | 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\/*" ] } } |