CountDown Timer
Use to count the number of days,hours,sec remaining
CountDown Timerคืออะไร?
CountDown Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sumit Shitole และคุณลักษณะหลักของมันคือ "Use to count the number of days,hours,sec remaining"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CountDown Timer
ดาวน์โหลดไฟล์ส่วนขยาย CountDown Timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Introducing our Chrome extension – a powerful countdown timer at your fingertips! Stay organized and boost productivity with our user-friendly timer. Set customizable countdowns for any task or event, whether it's a work deadline, study session, or a quick break. Enhance your time management skills and stay on track with this intuitive tool. Download now for a seamless countdown experience right in your browser! We have updated the design of extension and added few features.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CountDown Timer |
ID | pajmmdmjkjjhogcgloaphjibbpdhmklp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/countdown-timer/pajmmdmjkjjhogcgloaphjibbpdhmklp |
คำอธิบาย | Use to count the number of days,hours,sec remaining |
ขนาดไฟล์ | 242 KB |
จำนวนการติดตั้ง | 1,437 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2023-12-31 |
วันที่เผยแพร่ | 2019-11-06 |
คะแนน | 4.67/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | Sumit Shitole |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://linkedin.com/in/sumit-shitole/ |
URL หน้าช่วยเหลือ | https://github.com/SumitShitole |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CountDown Timer", "version": "2.0", "description": "Use to count the number of days,hours,sec remaining", "icons": { "16": "Icon.png", "32": "Icon-32.png" }, "action": { "default_popup": "Counter.html", "default_icon": "Icon.png" }, "permissions": [ "storage", "notifications" ], "background": { "service_worker": "js\/background.js" } } |