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