Moody Middle School Bell Reminder

Remind yourself of the bell

Moody Middle School Bell Reminderとは何ですか?

Moody Middle School Bell Reminderはshoryamalによって開発されたChromeの拡張機能で、その主な機能は「Remind yourself of the bell」です。

拡張機能のスクリーンショット

screenshot

Moody Middle School Bell Reminder拡張機能のCRXファイルをダウンロード

Moody Middle School Bell Reminder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Moody Middle School Bell Reminder Moody Middle School Bell Reminder
ID kmljccihpocnjenpcmfgfodcdbommchl
公式URL https://chrome.google.com/webstore/detail/kmljccihpocnjenpcmfgfodcdbommchl
説明 Remind yourself of the bell
ファイルサイズ 46.53 KB
インストール数 32
現在のバージョン 2.1.2
最終更新日 2019-09-03
公開日 2019-09-03
評価 5.00/5 合計 2 レビュー
開発者 shoryamal
Eメール [email protected]
支払い方法 free
対応言語 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"
        ]
    }
}