ETHSBell

A Browser Extension version of ETHSBell

ETHSBell क्या है?

ETHSBell ETHS D202 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Browser Extension version of ETHSBell"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ETHSBell एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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\/*"
        ]
    }
}