Coloring online
Free interactive online Coloring extension
Coloring online란 무엇입니까?
Coloring online은(는) drederyou에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free interactive online Coloring extension"입니다.
확장 프로그램 스크린샷
Coloring online 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |