Countdown to New Year's Day

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

Countdown to New Year's Dayคืออะไร?

Countdown to New Year's Day เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Riccardo Andreatta และคุณลักษณะหลักของมันคือ "Countdown to New Year's Day. It will works endlessly year after year, forever."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Countdown to New Year's Day

ดาวน์โหลดไฟล์ส่วนขยาย Countdown to New Year's Day ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Countdown to New Year's Day Countdown to New Year's Day
ID ooojmllannhkicjegpkfojlloihaklem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/countdown-to-new-years-da/ooojmllannhkicjegpkfojlloihaklem
คำอธิบาย Countdown to New Year's Day. It will works endlessly year after year, forever.
ขนาดไฟล์ 30.5 KB
จำนวนการติดตั้ง 496
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-07-30
วันที่เผยแพร่ 2020-07-29
ผู้พัฒนา Riccardo Andreatta
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Ferie/countdown-to-new-year-s-day-chrome-extension
URL หน้าช่วยเหลือ https://github.com/Ferie/countdown-to-new-year-s-day-chrome-extension/issues
ภาษาที่รองรับ 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"
    }
}