Moody Middle School Bell Reminder

Remind yourself of the bell

O que é Moody Middle School Bell Reminder?

Moody Middle School Bell Reminder é uma extensão do Chrome desenvolvida por shoryamal, e sua principal característica é "Remind yourself of the bell".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Moody Middle School Bell Reminder

Baixe arquivos de extensão Moody Middle School Bell Reminder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Moody Middle School Bell Reminder Moody Middle School Bell Reminder
ID kmljccihpocnjenpcmfgfodcdbommchl
URL Oficial https://chrome.google.com/webstore/detail/kmljccihpocnjenpcmfgfodcdbommchl
Descrição Remind yourself of the bell
Tamanho do Arquivo 46.53 KB
Contagem de Instalações 32
Versão Atual 2.1.2
Última Atualização 2019-09-03
Data de Publicação 2019-09-03
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor shoryamal
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}