ETHSBell

A Browser Extension version of ETHSBell

ETHSBell là gì?

ETHSBell là một tiện ích mở rộng Chrome được phát triển bởi ETHS D202, và tính năng chính của nó là "A Browser Extension version of ETHSBell".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ETHSBell

Tải xuống các tệp mở rộng ETHSBell dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ETHSBell ETHSBell
ID gbkjjbecehodfeijbdmoieepgmfdlgle
URL Chính Thức https://chromewebstore.google.com/detail/ethsbell/gbkjjbecehodfeijbdmoieepgmfdlgle
Mô tả A Browser Extension version of ETHSBell
Kích Thước Tệp 53.05 KB
Số Lần Cài Đặt 5,334
Phiên Bản Hiện Tại 2.4.1
Cập Nhật Lần Cuối 2023-08-25
Ngày Phát Hành 2021-08-06
Nhà Phát Triển ETHS D202
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ethsbell.app/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}