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 - это расширение Chrome, разработанное https://cool-addicting-math-games.com, и его основная функция - "Cool Math Games, the best collection of cool math games on the web".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Cool Addicting Math Games

Скачайте файлы расширений 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
Официальный URL 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"
    ]
}