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.”。
扩展截图
下载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 . . .
扩展基本信息
名称 | |
ID | elkjgefanklhkjebfjfngcafjgjnfadh |
官方URL | 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次评分 |
开发者 | |
付费类型 | 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" } } |