Countdown to Christmas Day
Countdown to Christmas Day. It will works endlessly year after year, forever.
Apa itu Countdown to Christmas Day?
Countdown to Christmas Day adalah ekstensi Chrome yang dikembangkan oleh Riccardo Andreatta, dan fitur utamanya adalah "Countdown to Christmas Day. It will works endlessly year after year, forever.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Countdown to Christmas Day
Unduh file ekstensi Countdown to Christmas 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
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.
Informasi Dasar Ekstensi
Nama | Countdown to Christmas Day |
ID | hdncbeemmadlkelehboocphbgnpagmgk |
URL Resmi | https://chromewebstore.google.com/detail/countdown-to-christmas-da/hdncbeemmadlkelehboocphbgnpagmgk |
Deskripsi | Countdown to Christmas Day. It will works endlessly year after year, forever. |
Ukuran File | 29.15 KB |
Jumlah Instalasi | 734 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2020-07-30 |
Tanggal Publikasi | 2020-07-29 |
Penilaian | 4.00/5 Total 3 Penilaian |
Pengembang | Riccardo Andreatta |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Ferie/countdown-to-christmas-day-chrome-extension |
URL Halaman Bantuan | https://github.com/Ferie/countdown-to-christmas-day-chrome-extension/issues |
Bahasa yang Didukung | 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" } } |