Fun Educational Games

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

Vad är Fun Educational Games?

Fun Educational Games är en Chrome-tillägg utvecklad av funeducationalgames.com, och dess huvudfunktion är "Fun Educational Games for grades PreK through 12 that will keep kids engaged and having fun.".

Tilläggsskärmbilder

screenshot

Ladda ner Fun Educational Games-förlängningens CRX-fil

Ladda ner Fun Educational Games-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

                        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!                    

Grundläggande Information om Tillägg

Namn Fun Educational Games Fun Educational Games
ID geggkgmkcghccndcoihfklmaojdbgaio
Officiell webbadress https://chromewebstore.google.com/detail/fun-educational-games/geggkgmkcghccndcoihfklmaojdbgaio
Beskrivning Fun Educational Games for grades PreK through 12 that will keep kids engaged and having fun.
Filstorlek 30.28 KB
Antal Installationer 590
Aktuell Version 1.2
Senast Uppdaterad 2020-08-18
Publiceringsdatum 2020-08-13
Utvecklare funeducationalgames.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.funeducationalgames.com
Stödda Språk 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"
        ]
    }
}