Moment

Minimalist time and weather on the new tab page.

What is Moment?

Moment is a Chrome extension developed by Alfred Xing, and its main feature is "Minimalist time and weather on the new tab page.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Moment Extension CRX File

Download Moment extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Moment Moment
ID nlabgnkjjckboiimmhkeplocmhpcfkkn
Official URL https://chromewebstore.google.com/detail/moment/nlabgnkjjckboiimmhkeplocmhpcfkkn
Description Minimalist time and weather on the new tab page.
File Size 105 KB
Installation Count 1,112
Current Version 1.5.0
Last Updated 2013-05-19
Publish Date 2013-05-19
Rating 3.36/5 Total 14 Ratings
Developer Alfred Xing
Payment Type free
Extension Website http://alfredxing.com
Supported Languages 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"
    }
}