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文件

下載Sunrise | Sunset擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}