Minimal Clock

Displays the current time and date with a changing background gradient.

¿Qué es Minimal Clock?

Minimal Clock es una extensión de Chrome desarrollada por Tech Newton, y su función principal es "Displays the current time and date with a changing background gradient.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Minimal Clock

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

                        Minimal Clock is the super clean & minimal chrome extension displays the current time and date in a modern, minimalistic design on the new tab page. The background of the page features a smooth linear gradient of four colors that changes every minute, adding a touch of elegance to the overall aesthetic. Additionally, the current time is displayed in the tab title bar, making it easy to keep track of the time even when browsing in another tab. With this extension, users can easily check the time, date, and day of the week in a single glance, while enjoying the pleasing visual experience of the background gradient. It's perfect for anyone who wants a simple, yet stylish way to keep track of the time while browsing the web.                    

Información Básica de la Extensión

Nombre Minimal Clock Minimal Clock
ID kfpkibiagbfmimgiojjmjnbcgnndaboa
URL Oficial https://chromewebstore.google.com/detail/minimal-clock/kfpkibiagbfmimgiojjmjnbcgnndaboa
Descripción Displays the current time and date with a changing background gradient.
Tamaño del Archivo 6.14 KB
Cantidad de Instalaciones 23
Versión Actual 1.0
Última Actualización 2023-05-03
Fecha de Publicación 2023-05-02
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Tech Newton
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimal Clock",
    "version": "1.0",
    "description": "Displays the current time and date with a changing background gradient.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}