Sunrise | Sunset

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

Wat is Sunrise | Sunset?

Sunrise | Sunset is een Chrome-extensie ontwikkeld door http://sunrise-sunset.today, en de belangrijkste functie is "An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sunrise | Sunset

Download Sunrise | Sunset-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Sunrise | Sunset Sunrise | Sunset
ID lckjbadjcgigmpgabfhbojchdhcjdfhg
Officiële URL https://chrome.google.com/webstore/detail/sunrise-sunset/lckjbadjcgigmpgabfhbojchdhcjdfhg
Beschrijving An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen
Bestandsgrootte 501 KB
Aantal Installaties 485
Huidige Versie 0.9.3
Laatst Bijgewerkt 2016-02-19
Publicatiedatum 2016-02-19
Beoordeling 1.60/5 Totaal 15 Beoordelingen
Ontwikkelaar http://sunrise-sunset.today
Betalingswijze free
Extensiewebsite http://sunrise-sunset.today/
Ondersteunde Talen 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'"
}