Sunrise | Sunset

An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen

Sunrise | Sunset란 무엇입니까?

Sunrise | Sunset은(는) http://sunrise-sunset.today에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen"입니다.

확장 프로그램 스크린샷

screenshot

Sunrise | Sunset 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A minimalist world clock which replaces the 'new tab' screen in Google Chrome. 

Sunrise and sunset times, the weather, the sun's current position and local time are shown for any location in the world.

UPDATE: Location input hidden once entered - to re-enable, click on the location in the middle of the circle

Highlights:

- select a location anywhere in the world
- current local time 
- current weather and chance of rain
- sunrise & sunset times
- un's current position 

Coming soon:

- geolocation
- date selector 
- multiple language options                    

확장 프로그램 기본 정보

이름 Sunrise | Sunset Sunrise | Sunset
ID lckjbadjcgigmpgabfhbojchdhcjdfhg
공식 URL https://chrome.google.com/webstore/detail/sunrise-sunset/lckjbadjcgigmpgabfhbojchdhcjdfhg
설명 An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen
파일 크기 501 KB
설치 횟수 485
현재 버전 0.9.3
최근 업데이트 2016-02-19
출시 날짜 2016-02-19
평점 1.60/5 총 15 개의 평점
개발자 http://sunrise-sunset.today
결제 유형 free
확장 프로그램 웹 사이트 http://sunrise-sunset.today/
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sunrise | Sunset",
    "description": "An elegant world clock with weather and sunrise \/ sunset times which replaces the new tab screen",
    "version": "0.9.3",
    "short_name": "Rise | Set",
    "manifest_version": 2,
    "options_page": "options.html",
    "icons": {
        "128": "icon128manifest.png",
        "48": "icon48manifest.png",
        "32": "icon32manifest.png",
        "16": "icon16manifest.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "topSites"
    ],
    "chrome_url_overrides": {
        "newtab": "chrome.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/maps.googleapis.com https:\/\/www.google-analytics.com https:\/\/api.forecast.io; object-src 'self'"
}