Fun Educational Games
Fun Educational Games for grades PreK through 12 that will keep kids engaged and having fun.
What is Fun Educational Games?
Fun Educational Games is a Chrome extension developed by funeducationalgames.com, and its main feature is "Fun Educational Games for grades PreK through 12 that will keep kids engaged and having fun.".
Extension Screenshots
Download Fun Educational Games Extension CRX File
Download Fun Educational Games extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Fun Educational Games |
ID | geggkgmkcghccndcoihfklmaojdbgaio |
Official URL | https://chromewebstore.google.com/detail/fun-educational-games/geggkgmkcghccndcoihfklmaojdbgaio |
Description | Fun Educational Games for grades PreK through 12 that will keep kids engaged and having fun. |
File Size | 30.28 KB |
Installation Count | 590 |
Current Version | 1.2 |
Last Updated | 2020-08-18 |
Publish Date | 2020-08-13 |
Developer | funeducationalgames.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.funeducationalgames.com |
Supported Languages | 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" ] } } |