Dailly Happy Universe
Everything is just a 'little thing' in the entitled universe.
Wat is Dailly Happy Universe?
Dailly Happy Universe is een Chrome-extensie ontwikkeld door Craig Kuo, en de belangrijkste functie is "Everything is just a 'little thing' in the entitled universe.".
Extensie Screenshots
Download het CRX-bestand van de extensie Dailly Happy Universe
Download Dailly Happy Universe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Dailly Happy Universe |
ID | dlhgkcpnmaeppiblmkhacblhpfbolefk |
Officiële URL | https://chromewebstore.google.com/detail/dailly-happy-universe/dlhgkcpnmaeppiblmkhacblhpfbolefk |
Beschrijving | Everything is just a 'little thing' in the entitled universe. |
Bestandsgrootte | 1.26 MB |
Aantal Installaties | 22 |
Huidige Versie | 0.6.1 |
Laatst Bijgewerkt | 2018-09-11 |
Publicatiedatum | 2018-09-11 |
Beoordeling | 4.60/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Craig Kuo |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://happylab.cc/happeversity/ |
Ondersteunde Talen | 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" ] } } |