Countdown to New Year's Day

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

What is Countdown to New Year's Day?

Countdown to New Year's Day is a Chrome extension developed by Riccardo Andreatta, and its main feature is "Countdown to New Year's Day. It will works endlessly year after year, forever.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Countdown to New Year's Day Extension CRX File

Download Countdown to New Year's Day extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Countdown to New Year's Day Countdown to New Year's Day
ID ooojmllannhkicjegpkfojlloihaklem
Official URL https://chromewebstore.google.com/detail/countdown-to-new-years-da/ooojmllannhkicjegpkfojlloihaklem
Description Countdown to New Year's Day. It will works endlessly year after year, forever.
File Size 30.5 KB
Installation Count 496
Current Version 1.0.0
Last Updated 2020-07-30
Publish Date 2020-07-29
Developer Riccardo Andreatta
Email [email protected]
Payment Type free
Extension Website https://github.com/Ferie/countdown-to-new-year-s-day-chrome-extension
Help Page URL https://github.com/Ferie/countdown-to-new-year-s-day-chrome-extension/issues
Supported Languages 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"
    }
}