Cool Addicting Math Games

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

Vad är Cool Addicting Math Games?

Cool Addicting Math Games är en Chrome-tillägg utvecklad av https://cool-addicting-math-games.com, och dess huvudfunktion är "Cool Math Games, the best collection of cool math games on the web".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Cool Addicting Math Games-förlängningens CRX-fil

Ladda ner Cool Addicting Math Games-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Cool Addicting Math Games Cool Addicting Math Games
ID ddcbpgaonefnjcnikdkbbdfgcgnpbndd
Officiell webbadress https://chromewebstore.google.com/detail/cool-addicting-math-games/ddcbpgaonefnjcnikdkbbdfgcgnpbndd
Beskrivning Cool Math Games, the best collection of cool math games on the web
Filstorlek 4.5 KB
Antal Installationer 1,470
Aktuell Version 0.2
Senast Uppdaterad 2017-02-19
Publiceringsdatum 2017-02-17
Betyg 2.00/5 Totalt 25 Betyg
Utvecklare https://cool-addicting-math-games.com
Betalningssätt free
Tilläggswebbplats http://cool-addicting-math-games.com/
Hjälpsida URL http://cool-addicting-math-games.com/
Stödda Språk 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"
    ]
}