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"
    ]
}