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
官方網址 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
電子郵箱 [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"
        ]
    }
}