Christmas and Valentines Countdown

This extension shows how much time until Christmas, and Valentines Day, with updates coming soon!

Christmas and Valentines Countdownคืออะไร?

Christmas and Valentines Countdown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kalebappdev และคุณลักษณะหลักของมันคือ "This extension shows how much time until Christmas, and Valentines Day, with updates coming soon!"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Christmas and Valentines Countdown

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

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

                                            

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

ชื่อ Christmas and Valentines Countdown Christmas and Valentines Countdown
ID didnloiagfnkefgcmojilkkbmhmlfnij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/christmas-and-valentines/didnloiagfnkefgcmojilkkbmhmlfnij
คำอธิบาย This extension shows how much time until Christmas, and Valentines Day, with updates coming soon!
ขนาดไฟล์ 8.27 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2017-10-08
วันที่เผยแพร่ 2017-10-08
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา kalebappdev
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Christmas and Valentines Countdown",
    "description": "This extension shows how much time until Christmas, and Valentines Day, with updates coming soon!",
    "version": "2.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "christmas.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}