Moment

Minimalist time and weather on the new tab page.

Cos'è Moment?

Moment è un'estensione di Chrome sviluppata da Alfred Xing, e la sua funzione principale è "Minimalist time and weather on the new tab page.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Moment

Scarica i file di estensione Moment 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Moment Moment
ID nlabgnkjjckboiimmhkeplocmhpcfkkn
URL Ufficiale https://chromewebstore.google.com/detail/moment/nlabgnkjjckboiimmhkeplocmhpcfkkn
Descrizione Minimalist time and weather on the new tab page.
Dimensione del File 105 KB
Conteggio Installazioni 1,112
Versione Corrente 1.5.0
Ultimo Aggiornamento 2013-05-19
Data di Pubblicazione 2013-05-19
Valutazione 3.36/5 Totale 14 Valutazioni
Sviluppatore Alfred Xing
Tipo di Pagamento free
Sito Web dell'Estensione http://alfredxing.com
Lingue Supportate 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"
    }
}