Days Until Halloween

Displays the number of days until Halloweeen

Days Until Halloweenคืออะไร?

Days Until Halloween เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Displays the number of days until Halloweeen"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Days Until Halloween

ดาวน์โหลดไฟล์ส่วนขยาย Days Until Halloween ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Displays the number of days until Halloween.

Feel the need to be constantly reminded of how far away Halloween is? 

Halloween happens on October 31st for everyone, so no matter where you are in the world, you'll see a countdown for Halloween day. 

At different points in the year, different messages will show up regarding how far away Halloween is. The closer Halloween gets, the funnier some of the messages are!

This will work in any country, in any time zone and doesn't need access to the computers storage. 

This extension collects zero user data.

Created for fun.                    

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

ชื่อ Days Until Halloween Days Until Halloween
ID elglebppgjnnnfejdlalchaaaoipemcg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/days-until-halloween/elglebppgjnnnfejdlalchaaaoipemcg
คำอธิบาย Displays the number of days until Halloweeen
ขนาดไฟล์ 23.51 KB
จำนวนการติดตั้ง 67
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2021-12-29
วันที่เผยแพร่ 2021-12-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://urlbear.com
URL หน้าช่วยเหลือ https://urlbear.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Days Until Halloween",
    "description": "Displays the number of days until Halloweeen",
    "version": "0.2",
    "icons": {
        "128": "daysUntilHalloween128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "daysUntilHalloweenDefault.png",
        "default_popup": ".\/popup.html"
    }
}