Countdown to Christmas Day

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

Co to jest Countdown to Christmas Day?

Countdown to Christmas Day to rozszerzenie Chrome opracowane przez Riccardo Andreatta, a jego główną funkcją jest „Countdown to Christmas Day. It will works endlessly year after year, forever.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Countdown to Christmas Day

Pobierz pliki rozszerzeń Countdown to Christmas Day w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Countdown to Christmas Day Countdown to Christmas Day
ID hdncbeemmadlkelehboocphbgnpagmgk
Oficjalny URL https://chromewebstore.google.com/detail/countdown-to-christmas-da/hdncbeemmadlkelehboocphbgnpagmgk
Opis Countdown to Christmas Day. It will works endlessly year after year, forever.
Rozmiar pliku 29.15 KB
Liczba instalacji 734
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2020-07-30
Data Publikacji 2020-07-29
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper Riccardo Andreatta
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Ferie/countdown-to-christmas-day-chrome-extension
Adres URL Strony Pomocy https://github.com/Ferie/countdown-to-christmas-day-chrome-extension/issues
Obsługiwane Języki 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"
    }
}