Nice Countdown
Nice looking extension to count the days, hour and minutes to a certain point in the future.
Nice Countdownคืออะไร?
Nice Countdown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jeroen.drenth1 และคุณลักษณะหลักของมันคือ "Nice looking extension to count the days, hour and minutes to a certain point in the future."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nice Countdown
ดาวน์โหลดไฟล์ส่วนขยาย Nice Countdown ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | iohieaklcaidgajlpiiggdpjblakefon |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nice-countdown/iohieaklcaidgajlpiiggdpjblakefon |
| คำอธิบาย | Nice looking extension to count the days, hour and minutes to a certain point in the future. |
| ขนาดไฟล์ | 136 KB |
| จำนวนการติดตั้ง | 224 |
| เวอร์ชันปัจจุบัน | 0.0.0.1 |
| อัปเดตครั้งล่าสุด | 2014-06-30 |
| วันที่เผยแพร่ | 2014-06-30 |
| คะแนน | 2.33/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | jeroen.drenth1 |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Nice Countdown",
"description": "Nice looking extension to count the days, hour and minutes to a certain point in the future.",
"version": "0.0.0.1",
"options_page": "options.html",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"storage"
]
} | |