New Tab - What Color is It

The time... now in color.

¿Qué es New Tab - What Color is It?

New Tab - What Color is It es una extensión de Chrome desarrollada por 太空饭否开发组, y su función principal es "The time... now in color.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión New Tab - What Color is It

Descarga archivos de extensión New Tab - What Color is It 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

                        Show the hex color of current time in your new tab. Create a new tab, and enjoy the beauty of color as time changes.
Click the time or color to copy.

Fork on GitHub: https://github.com/riophae/what-color-is-it

The idea was originally put forward by J.E.Murphy; website: http://jemurphy.org/
Based on http://whatcolourisit.scn9a.org/                    

Información Básica de la Extensión

Nombre New Tab - What Color is It New Tab - What Color is It
ID kdbefpgedbmgcndbjgegpomamfkiejoa
URL Oficial https://chromewebstore.google.com/detail/new-tab-what-color-is-it/kdbefpgedbmgcndbjgegpomamfkiejoa
Descripción The time... now in color.
Tamaño del Archivo 43.6 KB
Cantidad de Instalaciones 256
Versión Actual 0.1.3
Última Actualización 2014-12-28
Fecha de Publicación 2014-12-28
Calificación 4.78/5 Total de 9 Calificaciones
Desarrollador 太空饭否开发组
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "whatcolorisit.html"
    },
    "description": "The time... now in color.",
    "icons": {
        "256": "icon_256.png",
        "128": "icon_128.png",
        "96": "icon_96.png",
        "48": "icon_48.png"
    },
    "manifest_version": 2,
    "name": "New Tab - What Color is It",
    "version": "0.1.3",
    "permissions": [
        "clipboardWrite "
    ],
    "content_security_policy": "default_src 'self'; object-src 'self'; script-src 'self' 'unsafe-eval'"
}