Coloring online

Free interactive online Coloring extension

什麼是Coloring online?

Coloring online是由drederyou開發的Chrome擴展程式,該擴展的主要功能是“Free interactive online Coloring extension”。

擴展截圖

screenshot
screenshot
screenshot

下載Coloring online擴展crx文件

下載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
官方網址 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"
    ]
}