Cool Addicting Math Games

Cool Math Games, the best collection of cool math games on the web

什麼是Cool Addicting Math Games?

Cool Addicting Math Games是由https://cool-addicting-math-games.com開發的Chrome擴展程式,該擴展的主要功能是“Cool Math Games, the best collection of cool math games on the web”。

擴展截圖

screenshot
screenshot

下載Cool Addicting Math Games擴展crx文件

下載Cool Addicting Math Games擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Cool Math Games. A nice collection of math games, logic games and puzzles, an excellent online resource for students, teachers and parents to learn and teach the basic math skills trough fun math games

Most of the games of cool addicting math games have the propose of increase your abilities with numbers, creativity, critical reasoning and problem solving.                    

擴展基本資訊

名稱 Cool Addicting Math Games Cool Addicting Math Games
ID ddcbpgaonefnjcnikdkbbdfgcgnpbndd
官方網址 https://chromewebstore.google.com/detail/cool-addicting-math-games/ddcbpgaonefnjcnikdkbbdfgcgnpbndd
簡介 Cool Math Games, the best collection of cool math games on the web
檔案大小 4.5 KB
安裝次數 1,470
目前版本 0.2
更新時間 2017-02-19
上架時間 2017-02-17
評分 2.00/5 共 25 次評分
開發者 https://cool-addicting-math-games.com
付費類型 free
擴展官網 http://cool-addicting-math-games.com/
說明頁面URL http://cool-addicting-math-games.com/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cool Addicting Math Games",
    "version": "0.2",
    "description": "Cool Math Games, the best collection of cool math games on the web",
    "background": {
        "page": "bg.html"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}