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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}