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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}