Moment

Minimalist time and weather on the new tab page.

Что такое Moment?

Moment - это расширение Chrome, разработанное Alfred Xing, и его основная функция - "Minimalist time and weather on the new tab page.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Moment

Скачайте файлы расширений Moment в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Moment Moment
ID nlabgnkjjckboiimmhkeplocmhpcfkkn
Официальный URL https://chromewebstore.google.com/detail/moment/nlabgnkjjckboiimmhkeplocmhpcfkkn
Описание Minimalist time and weather on the new tab page.
Размер файла 105 KB
Количество установок 1,112
Текущая Версия 1.5.0
Последнее Обновление 2013-05-19
Дата публикации 2013-05-19
Рейтинг 3.36/5 Всего 14 оценок
Разработчик Alfred Xing
Тип оплаты free
Официальный сайт расширения http://alfredxing.com
Поддерживаемые языки 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"
    }
}

Связанные расширения