ETHSBell

A Browser Extension version of ETHSBell

Qu'est-ce que ETHSBell ?

ETHSBell est une extension Chrome développée par ETHS D202, et sa fonction principale est "A Browser Extension version of ETHSBell".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ETHSBell

Téléchargez les fichiers d'extension ETHSBell au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ETHSBell ETHSBell
ID gbkjjbecehodfeijbdmoieepgmfdlgle
URL Officiel https://chromewebstore.google.com/detail/ethsbell/gbkjjbecehodfeijbdmoieepgmfdlgle
Description A Browser Extension version of ETHSBell
Taille du Fichier 53.05 KB
Nombre d'Installations 5,334
Version Actuelle 2.4.1
Dernière Mise à Jour 2023-08-25
Date de Publication 2021-08-06
Développeur ETHS D202
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ethsbell.app/
Langues Prises en Charge 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\/*"
        ]
    }
}