Moody Middle School Bell Reminder

Remind yourself of the bell

What is Moody Middle School Bell Reminder?

Moody Middle School Bell Reminder is a Chrome extension developed by shoryamal, and its main feature is "Remind yourself of the bell".

Extension Screenshots

screenshot

Download Moody Middle School Bell Reminder Extension CRX File

Download Moody Middle School Bell Reminder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Moody Middle School Bell Reminder Moody Middle School Bell Reminder
ID kmljccihpocnjenpcmfgfodcdbommchl
Official URL https://chrome.google.com/webstore/detail/kmljccihpocnjenpcmfgfodcdbommchl
Description Remind yourself of the bell
File Size 46.53 KB
Installation Count 32
Current Version 2.1.2
Last Updated 2019-09-03
Publish Date 2019-09-03
Rating 5.00/5 Total 2 Ratings
Developer shoryamal
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}