Cool Addicting Math Games

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

Apa itu Cool Addicting Math Games?

Cool Addicting Math Games adalah ekstensi Chrome yang dikembangkan oleh https://cool-addicting-math-games.com, dan fitur utamanya adalah "Cool Math Games, the best collection of cool math games on the web".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Cool Addicting Math Games

Unduh file ekstensi Cool Addicting Math Games dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Cool Addicting Math Games Cool Addicting Math Games
ID ddcbpgaonefnjcnikdkbbdfgcgnpbndd
URL Resmi https://chromewebstore.google.com/detail/cool-addicting-math-games/ddcbpgaonefnjcnikdkbbdfgcgnpbndd
Deskripsi Cool Math Games, the best collection of cool math games on the web
Ukuran File 4.5 KB
Jumlah Instalasi 1,470
Versi Saat Ini 0.2
Terakhir Diperbarui 2017-02-19
Tanggal Publikasi 2017-02-17
Penilaian 2.00/5 Total 25 Penilaian
Pengembang https://cool-addicting-math-games.com
Tipe Pembayaran free
Situs Ekstensi http://cool-addicting-math-games.com/
URL Halaman Bantuan http://cool-addicting-math-games.com/
Bahasa yang Didukung 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"
    ]
}