Color Clock
Clock that uses hex numbers to display the color that correlates with the exact time.
¿Qué es Color Clock?
Color Clock es una extensión de Chrome desarrollada por google, y su función principal es "Clock that uses hex numbers to display the color that correlates with the exact time.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Color Clock
Descarga archivos de extensión Color Clock en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 . . .
Información Básica de la Extensión
Nombre | |
ID | elkjgefanklhkjebfjfngcafjgjnfadh |
URL Oficial | https://chrome.google.com/webstore/detail/color-clock/elkjgefanklhkjebfjfngcafjgjnfadh |
Descripción | Clock that uses hex numbers to display the color that correlates with the exact time. |
Tamaño del Archivo | 27 KB |
Cantidad de Instalaciones | 15 |
Versión Actual | 1.0 |
Última Actualización | 2015-08-24 |
Fecha de Publicación | 2015-08-24 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |