Moment

Minimalist time and weather on the new tab page.

Co to jest Moment?

Moment to rozszerzenie Chrome opracowane przez Alfred Xing, a jego główną funkcją jest „Minimalist time and weather on the new tab page.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Moment

Pobierz pliki rozszerzeń Moment w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Moment Moment
ID nlabgnkjjckboiimmhkeplocmhpcfkkn
Oficjalny URL https://chromewebstore.google.com/detail/moment/nlabgnkjjckboiimmhkeplocmhpcfkkn
Opis Minimalist time and weather on the new tab page.
Rozmiar pliku 105 KB
Liczba instalacji 1,112
Aktualna Wersja 1.5.0
Ostatnia Aktualizacja 2013-05-19
Data Publikacji 2013-05-19
Ocena 3.36/5 Łącznie 14 Oceny
Deweloper Alfred Xing
Typ Płatności free
Strona Rozszerzenia http://alfredxing.com
Obsługiwane Języki 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"
    }
}