DayCountDown
show the countdown of day a new tab
DayCountDownคืออะไร?
DayCountDown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ShulinChen และคุณลักษณะหลักของมันคือ "show the countdown of day a new tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DayCountDown
ดาวน์โหลดไฟล์ส่วนขยาย DayCountDown ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
countdown of the day in a new Tab to increase user's productivity.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DayCountDown |
ID | gldjpdjepgkghlcbfmhgflhhefipahcb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/daycountdown/gldjpdjepgkghlcbfmhgflhhefipahcb |
คำอธิบาย | show the countdown of day a new tab |
ขนาดไฟล์ | 66.84 KB |
จำนวนการติดตั้ง | 29 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2015-10-11 |
วันที่เผยแพร่ | 2015-10-11 |
คะแนน | 3.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | ShulinChen |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DayCountDown", "version": "1.0.1", "description": "show the countdown of day a new tab", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "offline_enabled": true, "permissions": [ "https:\/\/ssl.google-analytics.com\/ga.js", "*:\/\/*.googleapis.com\/*", "storage" ] } |