ETHSBell
A Browser Extension version of ETHSBell
O que é ETHSBell?
ETHSBell é uma extensão do Chrome desenvolvida por ETHS D202, e sua principal característica é "A Browser Extension version of ETHSBell".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ETHSBell
Baixe arquivos de extensão ETHSBell no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | ETHSBell |
ID | gbkjjbecehodfeijbdmoieepgmfdlgle |
URL Oficial | https://chromewebstore.google.com/detail/ethsbell/gbkjjbecehodfeijbdmoieepgmfdlgle |
Descrição | A Browser Extension version of ETHSBell |
Tamanho do Arquivo | 53.05 KB |
Contagem de Instalações | 5,334 |
Versão Atual | 2.4.1 |
Última Atualização | 2023-08-25 |
Data de Publicação | 2021-08-06 |
Desenvolvedor | ETHS D202 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://ethsbell.app/ |
Idiomas Suportados | 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\/*" ] } } |