Cool Addicting Math Games

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

Was ist Cool Addicting Math Games?

Cool Addicting Math Games ist eine Chrome-Erweiterung, die von https://cool-addicting-math-games.com entwickelt wurde, und ihr Hauptmerkmal ist "Cool Math Games, the best collection of cool math games on the web".

Erweiterungsscreenshots

screenshot
screenshot

Cool Addicting Math Games-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cool Addicting Math Games-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Cool Addicting Math Games Cool Addicting Math Games
ID ddcbpgaonefnjcnikdkbbdfgcgnpbndd
Offizielle URL https://chromewebstore.google.com/detail/cool-addicting-math-games/ddcbpgaonefnjcnikdkbbdfgcgnpbndd
Beschreibung Cool Math Games, the best collection of cool math games on the web
Dateigröße 4.5 KB
Installationsanzahl 1,470
Aktuelle Version 0.2
Letztes Update 2017-02-19
Veröffentlichungsdatum 2017-02-17
Bewertung 2.00/5 Insgesamt 25 Bewertungen
Entwickler https://cool-addicting-math-games.com
Zahlungsart free
Erweiterungswebsite http://cool-addicting-math-games.com/
Hilfeseite URL http://cool-addicting-math-games.com/
Unterstützte Sprachen 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"
    ]
}