Moody Middle School Bell Reminder

Remind yourself of the bell

Vad är Moody Middle School Bell Reminder?

Moody Middle School Bell Reminder är en Chrome-tillägg utvecklad av shoryamal, och dess huvudfunktion är "Remind yourself of the bell".

Tilläggsskärmbilder

screenshot

Ladda ner Moody Middle School Bell Reminder-förlängningens CRX-fil

Ladda ner Moody Middle School Bell Reminder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Moody Middle School Bell Reminder Moody Middle School Bell Reminder
ID kmljccihpocnjenpcmfgfodcdbommchl
Officiell webbadress https://chrome.google.com/webstore/detail/kmljccihpocnjenpcmfgfodcdbommchl
Beskrivning Remind yourself of the bell
Filstorlek 46.53 KB
Antal Installationer 32
Aktuell Version 2.1.2
Senast Uppdaterad 2019-09-03
Publiceringsdatum 2019-09-03
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare shoryamal
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}