Coloring online
Free interactive online Coloring extension
Что такое Coloring online?
Coloring online - это расширение Chrome, разработанное drederyou, и его основная функция - "Free interactive online Coloring extension".
Снимки экрана расширения
Скачать файл 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 |
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" ] } |