Countdown to New Year's Day

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

Что такое Countdown to New Year's Day?

Countdown to New Year's Day - это расширение Chrome, разработанное Riccardo Andreatta, и его основная функция - "Countdown to New Year's Day. It will works endlessly year after year, forever.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Countdown to New Year's Day

Скачайте файлы расширений Countdown to New Year's Day в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Countdown to New Year's Day Countdown to New Year's Day
ID ooojmllannhkicjegpkfojlloihaklem
Официальный URL https://chromewebstore.google.com/detail/countdown-to-new-years-da/ooojmllannhkicjegpkfojlloihaklem
Описание Countdown to New Year's Day. It will works endlessly year after year, forever.
Размер файла 30.5 KB
Количество установок 496
Текущая Версия 1.0.0
Последнее Обновление 2020-07-30
Дата публикации 2020-07-29
Разработчик Riccardo Andreatta
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/Ferie/countdown-to-new-year-s-day-chrome-extension
URL страницы помощи https://github.com/Ferie/countdown-to-new-year-s-day-chrome-extension/issues
Поддерживаемые языки 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"
    }
}