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