Moment
Minimalist time and weather on the new tab page.
Qu'est-ce que Moment ?
Moment est une extension Chrome développée par Alfred Xing, et sa fonction principale est "Minimalist time and weather on the new tab page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Moment
Téléchargez les fichiers d'extension Moment 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
Keep up with time. A minimalist clock on the new tab page showing the current time, date, and weather. 6 setting points are customizable: background colour, text colour, temperature units, clock format (24 or 12 hour), date format and time format. Weather is queried based on HTML5 Geolocation API, or set your own location on the options page. Click anywhere above the weather to go to the default new tab page with all of your apps, bookmarks, and most visited pages. All settings are synced with Google Chrome, so you'll have the same format on all your computers. Inspired in part by Rainfall's Currently.
Informations de Base sur l'Extension
Nom | Moment |
ID | nlabgnkjjckboiimmhkeplocmhpcfkkn |
URL Officiel | https://chromewebstore.google.com/detail/moment/nlabgnkjjckboiimmhkeplocmhpcfkkn |
Description | Minimalist time and weather on the new tab page. |
Taille du Fichier | 105 KB |
Nombre d'Installations | 1,112 |
Version Actuelle | 1.5.0 |
Dernière Mise à Jour | 2013-05-19 |
Date de Publication | 2013-05-19 |
Évaluation | 3.36/5 Total 14 Évaluations |
Développeur | Alfred Xing |
Type de Paiement | free |
Site Web de l'Extension | http://alfredxing.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Moment", "version": "1.5.0", "manifest_version": 2, "description": "Minimalist time and weather on the new tab page.", "icons": { "16": "icon.16.png", "48": "icon.48.png", "128": "icon.png" }, "permissions": [ "storage", "unlimitedStorage", "https:\/\/api.wunderground.com\/", "geolocation" ], "content_security_policy": "script-src 'self' https:\/\/api.aerisapi.com\/ https:\/\/api.wunderground.com\/api\/; object-src 'self'", "options_page": "options.html", "chrome_url_overrides": { "newtab": "index.html" } } |