Dailly Happy Universe
Everything is just a 'little thing' in the entitled universe.
¿Qué es Dailly Happy Universe?
Dailly Happy Universe es una extensión de Chrome desarrollada por Craig Kuo, y su función principal es "Everything is just a 'little thing' in the entitled universe.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Dailly Happy Universe
Descarga archivos de extensión Dailly Happy Universe en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
This is a simple new-tab background app. It connects daily NASA photo/video to your Chrome. If you love to read universe information everyday, you will easily enjoy it by adding a new tab.
Información Básica de la Extensión
Nombre | Dailly Happy Universe |
ID | dlhgkcpnmaeppiblmkhacblhpfbolefk |
URL Oficial | https://chromewebstore.google.com/detail/dailly-happy-universe/dlhgkcpnmaeppiblmkhacblhpfbolefk |
Descripción | Everything is just a 'little thing' in the entitled universe. |
Tamaño del Archivo | 1.26 MB |
Cantidad de Instalaciones | 22 |
Versión Actual | 0.6.1 |
Última Actualización | 2018-09-11 |
Fecha de Publicación | 2018-09-11 |
Calificación | 4.60/5 Total de 10 Calificaciones |
Desarrollador | Craig Kuo |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://happylab.cc/happeversity/ |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dailly Happy Universe", "description": "Everything is just a 'little thing' in the entitled universe.", "version": "0.6.1", "incognito": "split", "offline_enabled": true, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "manifest_version": 2, "background": { "scripts": [ "nasa.js" ] } } |