Time Tab

Minimalist new tab clock, with customizable background.

¿Qué es Time Tab?

Time Tab es una extensión de Chrome desarrollada por https://nathanwentworth.co, y su función principal es "Minimalist new tab clock, with customizable background.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Time Tab

Descarga archivos de extensión Time Tab 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

                        This is a minimalist new tab page with a clock on it!

Features include! 
- Custom colors for text and background!
- Setting the background to be an image linked from somewhere! 
- Custom fonts!
- 12 hour and 24 hour time!
- Seconds display! (or not!)

New in v1.3:
- Smaller settings icon
- Time fades in to avoid text pop-in                    

Información Básica de la Extensión

Nombre Time Tab Time Tab
ID fdjemjfcplhejdekgjbdjjobbkipoddd
URL Oficial https://chromewebstore.google.com/detail/time-tab/fdjemjfcplhejdekgjbdjjobbkipoddd
Descripción Minimalist new tab clock, with customizable background.
Tamaño del Archivo 12.92 KB
Cantidad de Instalaciones 3,719
Versión Actual 1.5.1
Última Actualización 2019-02-09
Fecha de Publicación 2019-02-09
Calificación 4.65/5 Total de 23 Calificaciones
Desarrollador https://nathanwentworth.co
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://twitter.com/nathanwentworth
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time Tab",
    "description": "Minimalist new tab clock, with customizable background.",
    "version": "1.5.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}