Countdown to New Year's Day

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

Apa itu Countdown to New Year's Day?

Countdown to New Year's Day adalah ekstensi Chrome yang dikembangkan oleh Riccardo Andreatta, dan fitur utamanya adalah "Countdown to New Year's Day. It will works endlessly year after year, forever.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Countdown to New Year's Day

Unduh file ekstensi Countdown to New Year's Day dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Countdown to New Year's Day Countdown to New Year's Day
ID ooojmllannhkicjegpkfojlloihaklem
URL Resmi https://chromewebstore.google.com/detail/countdown-to-new-years-da/ooojmllannhkicjegpkfojlloihaklem
Deskripsi Countdown to New Year's Day. It will works endlessly year after year, forever.
Ukuran File 30.5 KB
Jumlah Instalasi 496
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-07-30
Tanggal Publikasi 2020-07-29
Pengembang Riccardo Andreatta
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Ferie/countdown-to-new-year-s-day-chrome-extension
URL Halaman Bantuan https://github.com/Ferie/countdown-to-new-year-s-day-chrome-extension/issues
Bahasa yang Didukung 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"
    }
}