Moody Middle School Bell Reminder

Remind yourself of the bell

ما هو Moody Middle School Bell Reminder؟

Moody Middle School Bell Reminder هو إضافة Chrome تم تطويرها بواسطة shoryamal، والميزة الرئيسية لها هي "Remind yourself of the bell".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Moody Middle School Bell Reminder

قم بتنزيل ملفات الامتداد Moody Middle School Bell Reminder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
        ]
    }
}