Countdown to New Year's Day

Countdown to New Year's Day. It will works endlessly year after year, forever.

¿Qué es Countdown to New Year's Day?

Countdown to New Year's Day es una extensión de Chrome desarrollada por Riccardo Andreatta, y su función principal es "Countdown to New Year's Day. It will works endlessly year after year, forever.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Countdown to New Year's Day

Descarga archivos de extensión Countdown to New Year's Day 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

                        Do you want to know how much time is left to prepare yourself for the new year's party or maybe to prepare the greatest party ever?

Enjoy this lightweight and clear countdown that is showing the time remaining to the end of this year and the beginning of the next one.

It will work endlessly, so don't worry when there will be the reset on the midnight of the 1st January :D                    

Información Básica de la Extensión

Nombre Countdown to New Year's Day Countdown to New Year's Day
ID ooojmllannhkicjegpkfojlloihaklem
URL Oficial https://chromewebstore.google.com/detail/countdown-to-new-years-da/ooojmllannhkicjegpkfojlloihaklem
Descripción Countdown to New Year's Day. It will works endlessly year after year, forever.
Tamaño del Archivo 30.5 KB
Cantidad de Instalaciones 496
Versión Actual 1.0.0
Última Actualización 2020-07-30
Fecha de Publicación 2020-07-29
Desarrollador Riccardo Andreatta
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/Ferie/countdown-to-new-year-s-day-chrome-extension
URL de la Página de Ayuda https://github.com/Ferie/countdown-to-new-year-s-day-chrome-extension/issues
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown to New Year's Day",
    "description": "Countdown to New Year's Day. It will works endlessly year after year, forever.",
    "version": "1.0.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "24": "images\/icon-24x24.png",
            "32": "images\/icon-32x32.png"
        }
    },
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    }
}