Cool Addicting Math Games

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

What is Cool Addicting Math Games?

Cool Addicting Math Games is a Chrome extension developed by https://cool-addicting-math-games.com, and its main feature is "Cool Math Games, the best collection of cool math games on the web".

Extension Screenshots

screenshot
screenshot

Download Cool Addicting Math Games Extension CRX File

Download Cool Addicting Math 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

                        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.                    

Extension Basic Information

Name Cool Addicting Math Games Cool Addicting Math Games
ID ddcbpgaonefnjcnikdkbbdfgcgnpbndd
Official URL https://chromewebstore.google.com/detail/cool-addicting-math-games/ddcbpgaonefnjcnikdkbbdfgcgnpbndd
Description Cool Math Games, the best collection of cool math games on the web
File Size 4.5 KB
Installation Count 1,470
Current Version 0.2
Last Updated 2017-02-19
Publish Date 2017-02-17
Rating 2.00/5 Total 25 Ratings
Developer https://cool-addicting-math-games.com
Payment Type free
Extension Website http://cool-addicting-math-games.com/
Help Page URL http://cool-addicting-math-games.com/
Supported Languages 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"
    ]
}