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 https://cool-addicting-math-games.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cool Math Games, the best collection of cool math games on the web"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cool Addicting Math Games एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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