Countdown to New Year's Day

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

Wat is Countdown to New Year's Day?

Countdown to New Year's Day is een Chrome-extensie ontwikkeld door Riccardo Andreatta, en de belangrijkste functie is "Countdown to New Year's Day. It will works endlessly year after year, forever.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Countdown to New Year's Day

Download Countdown to New Year's Day-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Countdown to New Year's Day Countdown to New Year's Day
ID ooojmllannhkicjegpkfojlloihaklem
Officiële URL https://chromewebstore.google.com/detail/countdown-to-new-years-da/ooojmllannhkicjegpkfojlloihaklem
Beschrijving Countdown to New Year's Day. It will works endlessly year after year, forever.
Bestandsgrootte 30.5 KB
Aantal Installaties 496
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-07-30
Publicatiedatum 2020-07-29
Ontwikkelaar Riccardo Andreatta
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Ferie/countdown-to-new-year-s-day-chrome-extension
Help Pagina-URL https://github.com/Ferie/countdown-to-new-year-s-day-chrome-extension/issues
Ondersteunde Talen 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"
    }
}