Beautiful Digital Clock with Greetings

A beautiful new tab page that displays a digital 12-hour format clock.

¿Qué es Beautiful Digital Clock with Greetings?

Beautiful Digital Clock with Greetings es una extensión de Chrome desarrollada por Naruth Kongurai, y su función principal es "A beautiful new tab page that displays a digital 12-hour format clock.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Beautiful Digital Clock with Greetings

Descarga archivos de extensión Beautiful Digital Clock with Greetings 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

                        Are you bored of your current New Tab page? Why don't you try out this beautiful color-changing New Tab page? Whenever you launch a new tab, a digital clock is displayed. And the background slowly changes from one bright color to another.

It's a wonderful and simple page made to delight and enhance your browsing experience!                    

Información Básica de la Extensión

Nombre Beautiful Digital Clock with Greetings Beautiful Digital Clock with Greetings
ID jdnjafgehddcpoahelddbflpmoeinaed
URL Oficial https://chrome.google.com/webstore/detail/beautiful-digital-clock-w/jdnjafgehddcpoahelddbflpmoeinaed
Descripción A beautiful new tab page that displays a digital 12-hour format clock.
Tamaño del Archivo 55.11 KB
Cantidad de Instalaciones 83
Versión Actual 1.0
Última Actualización 2018-09-25
Fecha de Publicación 2018-09-25
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Naruth Kongurai
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.naruthk.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Beautiful Digital Clock with Greetings",
    "short_name": "Digital Clock",
    "description": "A beautiful new tab page that displays a digital 12-hour format clock.",
    "version": "1.0",
    "author": "Naruth Kongurai",
    "permissions": [
        "management",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}