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"
    }
}