Hex Clock
Color changing clock based on current time converted to hex color codes
What is Hex Clock?
Hex Clock is a Chrome extension developed by billsearle, and its main feature is "Color changing clock based on current time converted to hex color codes".
Extension Screenshots
Download Hex Clock Extension CRX File
Download Hex 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
Lighten up. The Hex Clock for Chrome replaces your new tab with a 24hr clock and corresponding hex coded background. Seamlessly fading into the next colour every second.
Extension Basic Information
Name | Hex Clock |
ID | pdonflklnjbgccapfenhjdanehgejbkj |
Official URL | https://chromewebstore.google.com/detail/hex-clock/pdonflklnjbgccapfenhjdanehgejbkj |
Description | Color changing clock based on current time converted to hex color codes |
File Size | 134 KB |
Installation Count | 72 |
Current Version | 0.3.1 |
Last Updated | 2014-12-19 |
Publish Date | 2014-12-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | billsearle |
[email protected] | |
Payment Type | free |
Extension Website | http://billsearle.me |
Help Page URL | https://github.com/searleb/color-clock/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hex Clock", "description": "Color changing clock based on current time converted to hex color codes", "version": "0.3.1", "offline_enabled": true, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" } } |