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.”。

擴展截圖

screenshot

下載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 Fun Educational Games
ID geggkgmkcghccndcoihfklmaojdbgaio
官方網址 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
電子郵箱 [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"
        ]
    }
}