Sunrise | Sunset

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

O que é Sunrise | Sunset?

Sunrise | Sunset é uma extensão do Chrome desenvolvida por http://sunrise-sunset.today, e sua principal característica é "An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Sunrise | Sunset

Baixe arquivos de extensão Sunrise | Sunset no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Sunrise | Sunset Sunrise | Sunset
ID lckjbadjcgigmpgabfhbojchdhcjdfhg
URL Oficial https://chrome.google.com/webstore/detail/sunrise-sunset/lckjbadjcgigmpgabfhbojchdhcjdfhg
Descrição An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen
Tamanho do Arquivo 501 KB
Contagem de Instalações 485
Versão Atual 0.9.3
Última Atualização 2016-02-19
Data de Publicação 2016-02-19
Classificação 1.60/5 Total de 15 Avaliações
Desenvolvedor http://sunrise-sunset.today
Tipo de Pagamento free
Site da Extensão http://sunrise-sunset.today/
Idiomas Suportados 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'"
}