Sunrise | Sunset
An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen
Cos'è Sunrise | Sunset?
Sunrise | Sunset è un'estensione di Chrome sviluppata da http://sunrise-sunset.today, e la sua funzione principale è "An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sunrise | Sunset
Scarica i file di estensione Sunrise | Sunset in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | lckjbadjcgigmpgabfhbojchdhcjdfhg |
URL Ufficiale | https://chrome.google.com/webstore/detail/sunrise-sunset/lckjbadjcgigmpgabfhbojchdhcjdfhg |
Descrizione | An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen |
Dimensione del File | 501 KB |
Conteggio Installazioni | 485 |
Versione Corrente | 0.9.3 |
Ultimo Aggiornamento | 2016-02-19 |
Data di Pubblicazione | 2016-02-19 |
Valutazione | 1.60/5 Totale 15 Valutazioni |
Sviluppatore | http://sunrise-sunset.today |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://sunrise-sunset.today/ |
Lingue Supportate | 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'" } |