Countdown to Christmas Day

Countdown to Christmas Day. It will works endlessly year after year, forever.

Что такое Countdown to Christmas Day?

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

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

screenshot
screenshot
screenshot

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

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

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

                        Would you like to know how many time is left to Christmas?

This extension pops up a very clear and lightweight countdown that is showing you the remaining time to Christmas.
It works endlessly, year after year, because of the developed algorithm.                    

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

Название Countdown to Christmas Day Countdown to Christmas Day
ID hdncbeemmadlkelehboocphbgnpagmgk
Официальный URL https://chromewebstore.google.com/detail/countdown-to-christmas-da/hdncbeemmadlkelehboocphbgnpagmgk
Описание Countdown to Christmas Day. It will works endlessly year after year, forever.
Размер файла 29.15 KB
Количество установок 734
Текущая Версия 1.0.0
Последнее Обновление 2020-07-30
Дата публикации 2020-07-29
Рейтинг 4.00/5 Всего 3 оценок
Разработчик Riccardo Andreatta
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/Ferie/countdown-to-christmas-day-chrome-extension
URL страницы помощи https://github.com/Ferie/countdown-to-christmas-day-chrome-extension/issues
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown to Christmas Day",
    "description": "Countdown to Christmas 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"
    }
}