Moment

Minimalist time and weather on the new tab page.

Moment là gì?

Moment là một tiện ích mở rộng Chrome được phát triển bởi Alfred Xing, và tính năng chính của nó là "Minimalist time and weather on the new tab page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Moment

Tải xuống các tệp mở rộng Moment dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Moment Moment
ID nlabgnkjjckboiimmhkeplocmhpcfkkn
URL Chính Thức https://chromewebstore.google.com/detail/moment/nlabgnkjjckboiimmhkeplocmhpcfkkn
Mô tả Minimalist time and weather on the new tab page.
Kích Thước Tệp 105 KB
Số Lần Cài Đặt 1,112
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2013-05-19
Ngày Phát Hành 2013-05-19
Đánh Giá 3.36/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Alfred Xing
Loại Thanh Toán free
Trang Web Mở Rộng http://alfredxing.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}