Moment

Minimalist time and weather on the new tab page.

Was ist Moment?

Moment ist eine Chrome-Erweiterung, die von Alfred Xing entwickelt wurde, und ihr Hauptmerkmal ist "Minimalist time and weather on the new tab page.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Moment-Erweiterungs-CRX-Datei herunterladen

Laden Sie Moment-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Moment Moment
ID nlabgnkjjckboiimmhkeplocmhpcfkkn
Offizielle URL https://chromewebstore.google.com/detail/moment/nlabgnkjjckboiimmhkeplocmhpcfkkn
Beschreibung Minimalist time and weather on the new tab page.
Dateigröße 105 KB
Installationsanzahl 1,112
Aktuelle Version 1.5.0
Letztes Update 2013-05-19
Veröffentlichungsdatum 2013-05-19
Bewertung 3.36/5 Insgesamt 14 Bewertungen
Entwickler Alfred Xing
Zahlungsart free
Erweiterungswebsite http://alfredxing.com
Unterstützte Sprachen 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"
    }
}