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