Dailly Happy Universe

Everything is just a 'little thing' in the entitled universe.

什么是Dailly Happy Universe?

Dailly Happy Universe是由Craig Kuo开发的Chrome扩展程序,该扩展的主要功能是“Everything is just a 'little thing' in the entitled universe.”。

扩展截图

screenshot
screenshot
screenshot

下载Dailly Happy Universe扩展crx文件

下载Dailly Happy Universe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Dailly Happy Universe Dailly Happy Universe
ID dlhgkcpnmaeppiblmkhacblhpfbolefk
官方URL https://chromewebstore.google.com/detail/dailly-happy-universe/dlhgkcpnmaeppiblmkhacblhpfbolefk
简介 Everything is just a 'little thing' in the entitled universe.
文件大小 1.26 MB
安装次数 22
当前版本 0.6.1
更新时间 2018-09-11
上架时间 2018-09-11
评分 4.60/5 共10次评分
开发者 Craig Kuo
电子邮箱 [email protected]
付费类型 free
扩展官网 http://happylab.cc/happeversity/
支持的语言 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"
        ]
    }
}