Sunrise | Sunset
An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen
Qu'est-ce que Sunrise | Sunset ?
Sunrise | Sunset est une extension Chrome développée par http://sunrise-sunset.today, et sa fonction principale est "An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sunrise | Sunset
Téléchargez les fichiers d'extension Sunrise | Sunset au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | lckjbadjcgigmpgabfhbojchdhcjdfhg |
URL Officiel | https://chrome.google.com/webstore/detail/sunrise-sunset/lckjbadjcgigmpgabfhbojchdhcjdfhg |
Description | An elegant world clock with weather and sunrise / sunset times which replaces the new tab screen |
Taille du Fichier | 501 KB |
Nombre d'Installations | 485 |
Version Actuelle | 0.9.3 |
Dernière Mise à Jour | 2016-02-19 |
Date de Publication | 2016-02-19 |
Évaluation | 1.60/5 Total 15 Évaluations |
Développeur | http://sunrise-sunset.today |
Type de Paiement | free |
Site Web de l'Extension | http://sunrise-sunset.today/ |
Langues Prises en Charge | 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'" } |