Moment

Minimalist time and weather on the new tab page.

Moment란 무엇입니까?

Moment은(는) Alfred Xing에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Minimalist time and weather on the new tab page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Moment 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}