Sunrise | Sunset

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

Was ist Sunrise | Sunset?

Sunrise | Sunset ist eine Chrome-Erweiterung, die von http://sunrise-sunset.today entwickelt wurde, und ihr Hauptmerkmal ist "An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen".

Erweiterungsscreenshots

screenshot

Sunrise | Sunset-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sunrise | Sunset-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Sunrise | Sunset Sunrise | Sunset
ID lckjbadjcgigmpgabfhbojchdhcjdfhg
Offizielle URL https://chrome.google.com/webstore/detail/sunrise-sunset/lckjbadjcgigmpgabfhbojchdhcjdfhg
Beschreibung An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen
Dateigröße 501 KB
Installationsanzahl 485
Aktuelle Version 0.9.3
Letztes Update 2016-02-19
Veröffentlichungsdatum 2016-02-19
Bewertung 1.60/5 Insgesamt 15 Bewertungen
Entwickler http://sunrise-sunset.today
Zahlungsart free
Erweiterungswebsite http://sunrise-sunset.today/
Unterstützte Sprachen 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'"
}