Moody Middle School Bell Reminder

Remind yourself of the bell

Qu'est-ce que Moody Middle School Bell Reminder ?

Moody Middle School Bell Reminder est une extension Chrome développée par shoryamal, et sa fonction principale est "Remind yourself of the bell".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Moody Middle School Bell Reminder

Téléchargez les fichiers d'extension Moody Middle School Bell Reminder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Moody Middle School Bell Reminder Moody Middle School Bell Reminder
ID kmljccihpocnjenpcmfgfodcdbommchl
URL Officiel https://chrome.google.com/webstore/detail/kmljccihpocnjenpcmfgfodcdbommchl
Description Remind yourself of the bell
Taille du Fichier 46.53 KB
Nombre d'Installations 32
Version Actuelle 2.1.2
Dernière Mise à Jour 2019-09-03
Date de Publication 2019-09-03
Évaluation 5.00/5 Total 2 Évaluations
Développeur shoryamal
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}