Fun Educational Games
Fun Educational Games for grades PreK through 12 that will keep kids engaged and having fun.
Fun Educational Gamesとは何ですか?
Fun Educational Gamesはfuneducationalgames.comによって開発されたChromeの拡張機能で、その主な機能は「Fun Educational Games for grades PreK through 12 that will keep kids engaged and having fun.」です。
拡張機能のスクリーンショット
Fun Educational Games拡張機能のCRXファイルをダウンロード
Fun Educational Games拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | Fun Educational Games |
ID | geggkgmkcghccndcoihfklmaojdbgaio |
公式URL | https://chromewebstore.google.com/detail/fun-educational-games/geggkgmkcghccndcoihfklmaojdbgaio |
説明 | Fun Educational Games for grades PreK through 12 that will keep kids engaged and having fun. |
ファイルサイズ | 30.28 KB |
インストール数 | 590 |
現在のバージョン | 1.2 |
最終更新日 | 2020-08-18 |
公開日 | 2020-08-13 |
開発者 | funeducationalgames.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.funeducationalgames.com |
対応言語 | 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" ] } } |