Ultimate Color Clock — New Tab to inspire
Stay inspired with Ultimate Color Clock. Brighten your day and stay creative with a dynamic new tab page.
¿Qué es Ultimate Color Clock — New Tab to inspire?
Ultimate Color Clock — New Tab to inspire es una extensión de Chrome desarrollada por https://frankflitton.com, y su función principal es "Stay inspired with Ultimate Color Clock. Brighten your day and stay creative with a dynamic new tab page.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Ultimate Color Clock — New Tab to inspire
Descarga archivos de extensión Ultimate Color Clock — New Tab to inspire 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
Be inspired every second of the day.
Complete with a vintage Hi-Fi aesthetic, every moment has a unique feeling as you experience the day.
Moving from dark to light, the ultimate color clock algorithm translates the current time to 4 different color spaces. RGB (most common and loved by pro gamers everywhere), LAB, HSL, and CMYK (for the print people).
Every second has a color to inspire.
Features:
- Time is expressed in four color spaces: RGB, CMYK, LAB, HSL
- Feeling inspired? Copy the current color as a HEX code for use in photoshop, sketch, etc.
- Doesn’t matter where you’re from, use a 12 or 24 hour clock.
- This is a new tab page; browse shortcuts to your top 10 sites.
- Read in code? Toggle between HEX and time display.
- Make it your own, save your choices!
- Dark vintage cassette mode and light glass mode.
- Nuomorphic Material Design vintage Hi-Fi inspired layout (wow, so hip)
Never get bored with the ultimate colour clock.
This has been a labor of love. Please leave a review! Información Básica de la Extensión
| Nombre | |
| ID | nbfkplpmlfkoclackodhnoeaabhmkdef |
| URL Oficial | https://chromewebstore.google.com/detail/ultimate-color-clock-— ne/nbfkplpmlfkoclackodhnoeaabhmkdef?hl=en |
| Descripción | Stay inspired with Ultimate Color Clock. Brighten your day and stay creative with a dynamic new tab page. |
| Tamaño del Archivo | 177 KB |
| Cantidad de Instalaciones | 21 |
| Versión Actual | 1.1.0 |
| Última Actualización | 2020-01-10 |
| Fecha de Publicación | 2020-01-10 |
| Calificación | 5.00/5 Total de 6 Calificaciones |
| Desarrollador | https://frankflitton.com |
| Tipo de Pago | free |
| Sitio Web de la Extensión | http://ultimatecolorclock.frankflitton.com/ |
| Idiomas Soportados | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ultimate Color Clock \u2014\u00a0New Tab to inspire",
"description": "Stay inspired with Ultimate Color Clock. Brighten your day and stay creative with a dynamic new tab page.",
"version": "1.1.0",
"manifest_version": 2,
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"64": "icons\/icon_64.png",
"128": "icons\/icon_128.png"
},
"permissions": [
"chrome:\/\/favicon\/",
"topSites"
],
"content_security_policy": "img-src chrome:\/\/favicon;",
"background": {
"scripts": [
"background.js"
]
},
"chrome_url_overrides": {
"newtab": "tab\/tab.html"
}
} | |