Day Countdown
Shows a day countdown to any number of dates
Day Countdownคืออะไร?
Day Countdown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Munsifali Rashid และคุณลักษณะหลักของมันคือ "Shows a day countdown to any number of dates"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Day Countdown
ดาวน์โหลดไฟล์ส่วนขยาย Day Countdown ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a new button to your toolbar to allow you to easily access a full calendar and see the number of days left to each date.
Click on a date to add events, and see the number of days remaining until that date in your browser toolbar. Hovering over the button shows the event name. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | bppnoejpfijbepipidelnldkeffcffgj |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/day-countdown/bppnoejpfijbepipidelnldkeffcffgj |
| คำอธิบาย | Shows a day countdown to any number of dates |
| ขนาดไฟล์ | 242 KB |
| จำนวนการติดตั้ง | 327 |
| เวอร์ชันปัจจุบัน | 1.5.1 |
| อัปเดตครั้งล่าสุด | 2024-02-02 |
| วันที่เผยแพร่ | 2019-10-08 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | Munsifali Rashid |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้านโยบายความเป็นส่วนตัว | https://munr.github.io/day-countdown/privacy-policy.html |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Day Countdown",
"description": "Shows a day countdown to any number of dates",
"version": "1.5.1.0",
"icons": {
"16": "public\/images\/calendar_16x16.png",
"48": "public\/images\/calendar_48x48.png",
"128": "public\/images\/calendar_128x128.png"
},
"action": {
"default_icon": {
"16": "public\/images\/calendar_16x16.png",
"48": "public\/images\/calendar_48x48.png",
"128": "public\/images\/calendar_128x128.png"
},
"default_title": "Day Countdown"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"storage",
"alarms"
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"images\/save_16x16.png",
"images\/delete_16x16.png"
],
"use_dynamic_url": false
}
],
"version_name": "1.5.1"
} | |