Word Clock
A beautiful word clock that replaces the default New Tab interface.
What is Word Clock?
Word Clock is a Chrome extension developed by Chris Dalke, and its main feature is "A beautiful word clock that replaces the default New Tab interface.".
Extension Screenshots
Download Word Clock Extension CRX File
Download Word Clock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | ephnjjcgghfoadekcfjmflbikcjcglmm |
Official URL | https://chrome.google.com/webstore/detail/word-clock/ephnjjcgghfoadekcfjmflbikcjcglmm |
Description | A beautiful word clock that replaces the default New Tab interface. |
File Size | 1.32 MB |
Installation Count | 86 |
Current Version | 1.0 |
Last Updated | 2016-05-30 |
Publish Date | 2016-05-30 |
Rating | 3.75/5 Total 4 Ratings |
Developer | Chris Dalke |
Payment Type | free |
Supported Languages | 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" } } |