Coloring online

Free interactive online Coloring extension

Coloring onlineคืออะไร?

Coloring online เป็นส่วนขยายของ Chrome ที่พัฒนาโดย drederyou และคุณลักษณะหลักของมันคือ "Free interactive online Coloring extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Coloring online

ดาวน์โหลดไฟล์ส่วนขยาย Coloring online ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Coloring will aid your child with holding a writing tool the right way which helps the development of their finger, hand and wrist muscles. Children learn hand-eye coordination, helping them color with in the lines. 

FeeThese coloring pages are fun and they also help children develop important skills such as color concepts, the names of the 24 colors, eye-hand coordination, picture comprehension. 

**These skills form the foundation for early learning successl free to contact us if there are any coloring pages you would like us to add.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Coloring online Coloring online
ID epkbohiekmlncnpcbjdjdjdppdonndph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/coloring-online/epkbohiekmlncnpcbjdjdjdppdonndph
คำอธิบาย Free interactive online Coloring extension
ขนาดไฟล์ 3.66 MB
จำนวนการติดตั้ง 1,063
เวอร์ชันปัจจุบัน 2
อัปเดตครั้งล่าสุด 2016-01-28
วันที่เผยแพร่ 2016-01-28
คะแนน 3.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา drederyou
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/19v0FITGqFHi29DodJAFoWBhGKKptBNAMsMK1EZunDss/edit?usp=sharing
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "sc.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Free interactive online Coloring extension",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Coloring online",
    "version": "2",
    "web_accessible_resources": [
        "script.js"
    ]
}