Coloring online
Free interactive online Coloring extension
Cos'è Coloring online?
Coloring online è un'estensione di Chrome sviluppata da drederyou, e la sua funzione principale è "Free interactive online Coloring extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Coloring online
Scarica i file di estensione Coloring online in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Coloring online |
ID | epkbohiekmlncnpcbjdjdjdppdonndph |
URL Ufficiale | https://chromewebstore.google.com/detail/coloring-online/epkbohiekmlncnpcbjdjdjdppdonndph |
Descrizione | Free interactive online Coloring extension |
Dimensione del File | 3.66 MB |
Conteggio Installazioni | 1,063 |
Versione Corrente | 2 |
Ultimo Aggiornamento | 2016-01-28 |
Data di Pubblicazione | 2016-01-28 |
Valutazione | 3.40/5 Totale 5 Valutazioni |
Sviluppatore | drederyou |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://docs.google.com/document/d/19v0FITGqFHi29DodJAFoWBhGKKptBNAMsMK1EZunDss/edit?usp=sharing |
Lingue Supportate | 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" ] } |