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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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
Επίσημο 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"
        ]
    }
}