Fun Educational Games

Fun Educational Games for grades PreK through 12 that will keep kids engaged and having fun.

Was ist Fun Educational Games?

Fun Educational Games ist eine Chrome-Erweiterung, die von funeducationalgames.com entwickelt wurde, und ihr Hauptmerkmal ist "Fun Educational Games for grades PreK through 12 that will keep kids engaged and having fun.".

Erweiterungsscreenshots

screenshot

Fun Educational Games-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fun Educational Games-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Learning games for students grades preK through 12. Have fun and learn at the same time with these fun educational games, topics include: math, puzzle, sports, strategy, geography, and physics!                    

Grundlegende Informationen zur Erweiterung

Name Fun Educational Games Fun Educational Games
ID geggkgmkcghccndcoihfklmaojdbgaio
Offizielle URL https://chromewebstore.google.com/detail/fun-educational-games/geggkgmkcghccndcoihfklmaojdbgaio
Beschreibung Fun Educational Games for grades PreK through 12 that will keep kids engaged and having fun.
Dateigröße 30.28 KB
Installationsanzahl 590
Aktuelle Version 1.2
Letztes Update 2020-08-18
Veröffentlichungsdatum 2020-08-13
Entwickler funeducationalgames.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.funeducationalgames.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fun Educational Games",
    "version": "1.2",
    "description": "Fun Educational Games for grades PreK through 12 that will keep kids engaged and having fun.",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}