Moment
Minimalist time and weather on the new tab page.
Momentとは何ですか?
MomentはAlfred Xingによって開発されたChromeの拡張機能で、その主な機能は「Minimalist time and weather on the new tab page.」です。
拡張機能のスクリーンショット
Moment拡張機能のCRXファイルをダウンロード
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 |
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" } } |