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 |
官方網址 | 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" } } |