Color Clock

Clock that uses hex numbers to display the color that correlates with the exact time.

What is Color Clock?

Color Clock is a Chrome extension developed by google, and its main feature is "Clock that uses hex numbers to display the color that correlates with the exact time.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Color Clock Extension CRX File

Download Color 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

                        The Color Clock extension will brighten up your day and your browser background according to the time.

It uses the current time, converts it into a hexadecimal color value, and changes the background accordingly with colors range from #000000 to #235959, matching every second within a 24 hour period.

The hour (first two numbers) represents the amount of red in the background, the minutes (third and fourth numbers) represents the amount of green in the background, and the seconds (fifth and sixth numbers) represents the amount of blue in the background.

Never a boring moment with Color Clock. Get it here today . . .                    

Extension Basic Information

Name Color Clock Color Clock
ID elkjgefanklhkjebfjfngcafjgjnfadh
Official URL https://chrome.google.com/webstore/detail/color-clock/elkjgefanklhkjebfjfngcafjgjnfadh
Description Clock that uses hex numbers to display the color that correlates with the exact time.
File Size 27 KB
Installation Count 15
Current Version 1.0
Last Updated 2015-08-24
Publish Date 2015-08-24
Rating 1.00/5 Total 1 Ratings
Developer google
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Color Clock",
    "description": "Clock that uses hex numbers to display the color that correlates with the exact time.",
    "version": "1.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "public\/index.html"
    }
}