Coloring online
Free interactive online Coloring extension
Coloring onlineとは何ですか?
Coloring onlineはdrederyouによって開発されたChromeの拡張機能で、その主な機能は「Free interactive online Coloring extension」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |