Color Clock

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

什麼是Color Clock?

Color Clock是由google開發的Chrome擴展程式,該擴展的主要功能是“Clock that uses hex numbers to display the color that correlates with the exact time.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Color Clock擴展crx文件

下載Color Clock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 . . .                    

擴展基本資訊

名稱 Color Clock Color Clock
ID elkjgefanklhkjebfjfngcafjgjnfadh
官方網址 https://chrome.google.com/webstore/detail/color-clock/elkjgefanklhkjebfjfngcafjgjnfadh
簡介 Clock that uses hex numbers to display the color that correlates with the exact time.
檔案大小 27 KB
安裝次數 15
目前版本 1.0
更新時間 2015-08-24
上架時間 2015-08-24
評分 1.00/5 共 1 次評分
開發者 google
付費類型 free
支援的語言 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"
    }
}