Workweek Countdown
A countdown clock to count the time left until a weekend. Helps you to answer this question quickly, so you can get back to work
Workweek Countdownคืออะไร?
Workweek Countdown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A countdown clock to count the time left until a weekend. Helps you to answer this question quickly, so you can get back to work"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Workweek Countdown
ดาวน์โหลดไฟล์ส่วนขยาย Workweek Countdown ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
• Two display modes. Countdown mode shows how much time there is left till the weekend down to a millisecond. Percent mode precisely shows how many percent of a work week is still left • Flexible work week schedule settings. You can customize your working days and when your working day starts and ends
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Workweek Countdown |
ID | cpabjedmfklidenaehheidohkklfhfjk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/workweek-countdown/cpabjedmfklidenaehheidohkklfhfjk |
คำอธิบาย | A countdown clock to count the time left until a weekend. Helps you to answer this question quickly, so you can get back to work |
ขนาดไฟล์ | 96.98 KB |
จำนวนการติดตั้ง | 106 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2016-07-03 |
วันที่เผยแพร่ | 2016-07-03 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Workweek Countdown", "short_name": "Workweek CD", "description": "A countdown clock to count the time left until a weekend. Helps you to answer this question quickly, so you can get back to work", "version": "1.0.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ] } |