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
官方URL 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"
    }
}