Word Clock
A beautiful word clock that replaces the default New Tab interface.
什么是Word Clock?
Word Clock是由Chris Dalke开发的Chrome扩展程序,该扩展的主要功能是“A beautiful word clock that replaces the default New Tab interface.”。
扩展截图
下载Word Clock扩展crx文件
下载Word Clock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Word Clock is a simple, beautiful background for your new tab screen. The extension replaces the new tab screen with a Grid-style word clock, with words that light up to show the current time. Coming Soon: -24 hour time -Support for time zones besides the client time -Customizable color palette for background Please leave a rating!
扩展基本信息
名称 | |
ID | ephnjjcgghfoadekcfjmflbikcjcglmm |
官方URL | https://chrome.google.com/webstore/detail/word-clock/ephnjjcgghfoadekcfjmflbikcjcglmm |
简介 | A beautiful word clock that replaces the default New Tab interface. |
文件大小 | 1.32 MB |
安装次数 | 86 |
当前版本 | 1.0 |
更新时间 | 2016-05-30 |
上架时间 | 2016-05-30 |
评分 | 3.75/5 共4次评分 |
开发者 | Chris Dalke |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Clock", "short_name": "Word Clock", "version": "1.0", "description": "A beautiful word clock that replaces the default New Tab interface.", "author": "Chris Dalke", "icons": { "48": "static\/img\/icon48.png", "128": "static\/img\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.htm" } } |