Moody Middle School Bell Reminder

Remind yourself of the bell

Moody Middle School Bell Reminder là gì?

Moody Middle School Bell Reminder là một tiện ích mở rộng Chrome được phát triển bởi shoryamal, và tính năng chính của nó là "Remind yourself of the bell".

Ả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 Moody Middle School Bell Reminder

Tải xuống các tệp mở rộng Moody Middle School Bell Reminder 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

                        A school bell reminder for moody middle school
1.2.5 is a hotfix
1.3 is also a hotfix
1.5.1 may be unstable will be fixed soon
2.1.1 is STABLE with new features such as adding classrooms. It also has an updated moody bell schedule. Remove the app and reinstall to get all new features.
2.1.2 is color schemes and updated spacing                    

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

Tên Moody Middle School Bell Reminder Moody Middle School Bell Reminder
ID kmljccihpocnjenpcmfgfodcdbommchl
URL Chính Thức https://chrome.google.com/webstore/detail/kmljccihpocnjenpcmfgfodcdbommchl
Mô tả Remind yourself of the bell
Kích Thước Tệp 46.53 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 2.1.2
Cập Nhật Lần Cuối 2019-09-03
Ngày Phát Hành 2019-09-03
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển shoryamal
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Moody Middle School Bell Reminder",
    "description": "Remind yourself of the bell",
    "version": "2.1.2",
    "manifest_version": 2,
    "permissions": [
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_locale": "en",
        "default_icon": "something-128.png",
        "default_popup": "window.html"
    },
    "icons": {
        "16": "something-16.png",
        "128": "something-128.png",
        "64": "something-64.png"
    },
    "background": {
        "scripts": [
            "script.js",
            "background.js"
        ]
    }
}