Cool Addicting Math Games

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

Qu'est-ce que Cool Addicting Math Games ?

Cool Addicting Math Games est une extension Chrome développée par https://cool-addicting-math-games.com, et sa fonction principale est "Cool Math Games, the best collection of cool math games on the web".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Cool Addicting Math Games

Téléchargez les fichiers d'extension Cool Addicting Math Games au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Cool Addicting Math Games Cool Addicting Math Games
ID ddcbpgaonefnjcnikdkbbdfgcgnpbndd
URL Officiel https://chromewebstore.google.com/detail/cool-addicting-math-games/ddcbpgaonefnjcnikdkbbdfgcgnpbndd
Description Cool Math Games, the best collection of cool math games on the web
Taille du Fichier 4.5 KB
Nombre d'Installations 1,470
Version Actuelle 0.2
Dernière Mise à Jour 2017-02-19
Date de Publication 2017-02-17
Évaluation 2.00/5 Total 25 Évaluations
Développeur https://cool-addicting-math-games.com
Type de Paiement free
Site Web de l'Extension http://cool-addicting-math-games.com/
URL de la Page d'Aide http://cool-addicting-math-games.com/
Langues Prises en Charge 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"
    ]
}