Dailly Happy Universe
Everything is just a 'little thing' in the entitled universe.
What is Dailly Happy Universe?
Dailly Happy Universe is a Chrome extension developed by Craig Kuo, and its main feature is "Everything is just a 'little thing' in the entitled universe.".
Extension Screenshots
Download Dailly Happy Universe Extension CRX File
Download Dailly Happy Universe extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Dailly Happy Universe |
ID | dlhgkcpnmaeppiblmkhacblhpfbolefk |
Official URL | https://chromewebstore.google.com/detail/dailly-happy-universe/dlhgkcpnmaeppiblmkhacblhpfbolefk |
Description | Everything is just a 'little thing' in the entitled universe. |
File Size | 1.26 MB |
Installation Count | 22 |
Current Version | 0.6.1 |
Last Updated | 2018-09-11 |
Publish Date | 2018-09-11 |
Rating | 4.60/5 Total 10 Ratings |
Developer | Craig Kuo |
[email protected] | |
Payment Type | free |
Extension Website | http://happylab.cc/happeversity/ |
Supported Languages | 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" ] } } |