Cool Addicting Math Games

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

O que é Cool Addicting Math Games?

Cool Addicting Math Games é uma extensão do Chrome desenvolvida por https://cool-addicting-math-games.com, e sua principal característica é "Cool Math Games, the best collection of cool math games on the web".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Cool Addicting Math Games

Baixe arquivos de extensão Cool Addicting Math Games no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Cool Addicting Math Games Cool Addicting Math Games
ID ddcbpgaonefnjcnikdkbbdfgcgnpbndd
URL Oficial https://chromewebstore.google.com/detail/cool-addicting-math-games/ddcbpgaonefnjcnikdkbbdfgcgnpbndd
Descrição Cool Math Games, the best collection of cool math games on the web
Tamanho do Arquivo 4.5 KB
Contagem de Instalações 1,470
Versão Atual 0.2
Última Atualização 2017-02-19
Data de Publicação 2017-02-17
Classificação 2.00/5 Total de 25 Avaliações
Desenvolvedor https://cool-addicting-math-games.com
Tipo de Pagamento free
Site da Extensão http://cool-addicting-math-games.com/
URL da Página de Ajuda http://cool-addicting-math-games.com/
Idiomas Suportados 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"
    ]
}