Hex Clock

Color changing clock based on current time converted to hex color codes

什麼是Hex Clock?

Hex Clock是由billsearle開發的Chrome擴展程式,該擴展的主要功能是“Color changing clock based on current time converted to hex color codes”。

擴展截圖

screenshot
screenshot
screenshot

下載Hex Clock擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Hex Clock Hex Clock
ID pdonflklnjbgccapfenhjdanehgejbkj
官方網址 https://chromewebstore.google.com/detail/hex-clock/pdonflklnjbgccapfenhjdanehgejbkj
簡介 Color changing clock based on current time converted to hex color codes
檔案大小 134 KB
安裝次數 72
目前版本 0.3.1
更新時間 2014-12-19
上架時間 2014-12-19
評分 5.00/5 共 1 次評分
開發者 billsearle
電子郵箱 [email protected]
付費類型 free
擴展官網 http://billsearle.me
說明頁面URL https://github.com/searleb/color-clock/issues
支援的語言 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"
    }
}